#35B46D

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

Shades of Medium Sea Green #35B46D

Tints of Medium Sea Green #35B46D

Color information

#35B46D (or 0x35B46D) is unknown color: approx Medium Sea Green. HEX triplet: 35, B4 and 6D. RGB value is (53,180,109). Sum of RGB (Red+Green+Blue) = 53+180+109=342 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.50% from 342); Green value is 180 (70.70% from 255 or 52.63% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 180 - color contains mainly: green. Hex color #35B46D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35B46D is #CA4B92. Grayscale: #868686. Windows color (decimal): -13257619 or 7189557. OLE color: 7189557.

HSL color Cylindrical-coordinate representation of color #35B46D: hue angle of 146.46º 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 #35B46D is Cyan = 0.71, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB53180109-
CMYK0.7100.390.29
HSL146.46º54.51%45.69%-
HSV(B)146.46º70.56%70.59%-
XYZ20.5534.520.04-
YUV133.93113.9270.27-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.50%
GREEN value IS 180 (70.70% from 255) = 52.63%
BLUE value IS 109 (42.97% from 255) = 31.87%
R=15.50%
G=52.63%
B=31.87%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal531801090.7100.390.29146.4654.5145.69
Hex35B46D470271D92372e
Octal65264155107047352226756
Binary110101101101001101101100011101001111110110010010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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