#35b46a

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

Shades of Medium Sea Green #35B46A

Tints of Medium Sea Green #35B46A

Color information

#35B46A (or 0x35B46A) is unknown color: approx Medium Sea Green. HEX triplet: 35, B4 and 6A. RGB value is (53,180,106). Sum of RGB (Red+Green+Blue) = 53+180+106=339 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.63% from 339); Green value is 180 (70.70% from 255 or 53.10% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 180 - color contains mainly: green. Hex color #35B46A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35B46A is #CA4B95. Grayscale: #858585. Windows color (decimal): -13257622 or 6992949. OLE color: 6992949.

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

Color convert

RGB53180106-
CMYK0.7100.410.29
HSL145.04º54.51%45.69%-
HSV(B)145.04º70.56%70.59%-
XYZ20.3934.4419.21-
YUV133.59112.4270.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.63%
GREEN value IS 180 (70.70% from 255) = 53.10%
BLUE value IS 106 (41.80% from 255) = 31.27%
R=15.63%
G=53.10%
B=31.27%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal531801060.7100.410.29145.0454.5145.69
Hex35B46A470291D91372e
Octal65264152107051352216756
Binary110101101101001101010100011101010011110110010001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35b46a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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