#35C278

Color #35C278 Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #35C278

Tints of Medium Sea Green #35C278

Color information

#35C278 (or 0x35C278) is unknown color: approx Medium Sea Green. HEX triplet: 35, C2 and 78. RGB value is (53,194,120). Sum of RGB (Red+Green+Blue) = 53+194+120=367 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.44% from 367); Green value is 194 (76.17% from 255 or 52.86% from 367); Blue value is 120 (47.27% from 255 or 32.70% from 367); Max value from RGB is 194 - color contains mainly: green. Hex color #35C278 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35C278 is #CA3D87. Grayscale: #8F8F8F. Windows color (decimal): -13254024 or 7914037. OLE color: 7914037.

HSL color Cylindrical-coordinate representation of color #35C278: hue angle of 148.51º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C278 is Cyan = 0.73, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB53194120-
CMYK0.7300.380.24
HSL148.51º57.09%48.43%-
HSV(B)148.51º72.68%76.08%-
XYZ24.1540.724.35-
YUV143.4114.7963.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 14.44%
GREEN value IS 194 (76.17% from 255) = 52.86%
BLUE value IS 120 (47.27% from 255) = 32.70%
R=14.44%
G=52.86%
B=32.70%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal531941200.7300.380.24148.5157.0948.43
Hex35C2784902618953930
Octal65302170111046302257160
Binary110101110000101111000100100101001101100010010101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35C278; }

 p { color: rgb(53,194,120); }

 H1.HeaderClassName
 {
   color: #35C278;
 }
 .AnyTagClassName
 {
   color: #35C278;
 }
</style>
background-color css

<style>
 a { background-color: #35C278; }

 a { background-color: rgb(53,194,120); }

 div.DivClassName
 {
   background-color: #35C278;
 }
 .BgClassName
 {
   background-color: #35C278;
 }
</style>
border-color css

<style>
 span { border-color: #35C278; }

 span { border-color: rgb(53,194,120); }

 td.TdClassName
 {
   border-color: #35C278;
 }
 .TagClassName
 {
   border-color: #35C278;
 }
</style>