#35B479

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

Shades of Medium Sea Green #35B479

Tints of Medium Sea Green #35B479

Color information

#35B479 (or 0x35B479) is unknown color: approx Medium Sea Green. HEX triplet: 35, B4 and 79. RGB value is (53,180,121). Sum of RGB (Red+Green+Blue) = 53+180+121=354 (46% of max value = 765). Red value is 53 (21.09% from 255 or 14.97% from 354); Green value is 180 (70.70% from 255 or 50.85% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 180 - color contains mainly: green. Hex color #35B479 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35B479 is #CA4B86. Grayscale: #878787. Windows color (decimal): -13257607 or 7975989. OLE color: 7975989.

HSL color Cylindrical-coordinate representation of color #35B479: hue angle of 152.13º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #35B479 is Cyan = 0.71, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB53180121-
CMYK0.7100.330.29
HSL152.13º54.51%45.69%-
HSV(B)152.13º70.56%70.59%-
XYZ21.2434.7823.68-
YUV135.3119.9269.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.97%
GREEN value IS 180 (70.70% from 255) = 50.85%
BLUE value IS 121 (47.66% from 255) = 34.18%
R=14.97%
G=50.85%
B=34.18%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal531801210.7100.330.29152.1354.5145.69
Hex35B479470211D98372e
Octal65264171107041352306756
Binary110101101101001111001100011101000011110110011000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,180,121); }

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

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

 a { background-color: rgb(53,180,121); }

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

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

 span { border-color: rgb(53,180,121); }

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