#35B470

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

Shades of Medium Sea Green #35B470

Tints of Medium Sea Green #35B470

Color information

#35B470 (or 0x35B470) is unknown color: approx Medium Sea Green. HEX triplet: 35, B4 and 70. RGB value is (53,180,112). Sum of RGB (Red+Green+Blue) = 53+180+112=345 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.36% from 345); Green value is 180 (70.70% from 255 or 52.17% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 180 - color contains mainly: green. Hex color #35B470 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35B470 is #CA4B8F. Grayscale: #868686. Windows color (decimal): -13257616 or 7386165. OLE color: 7386165.

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

Color convert

RGB53180112-
CMYK0.7100.380.29
HSL147.87º54.51%45.69%-
HSV(B)147.87º70.56%70.59%-
XYZ20.7134.5720.91-
YUV134.27115.4270.03-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.36%
GREEN value IS 180 (70.70% from 255) = 52.17%
BLUE value IS 112 (44.14% from 255) = 32.46%
R=15.36%
G=52.17%
B=32.46%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal531801120.7100.380.29147.8754.5145.69
Hex35B470470261D94372e
Octal65264160107046352246756
Binary110101101101001110000100011101001101110110010100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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