#35b57f

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

Shades of Medium Sea Green #35B57F

Tints of Medium Sea Green #35B57F

Color information

#35B57F (or 0x35B57F) is unknown color: approx Medium Sea Green. HEX triplet: 35, B5 and 7F. RGB value is (53,181,127). Sum of RGB (Red+Green+Blue) = 53+181+127=361 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.68% from 361); Green value is 181 (71.09% from 255 or 50.14% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 181 - color contains mainly: green. Hex color #35B57F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35B57F is #CA4A80. Grayscale: #888888. Windows color (decimal): -13257345 or 8369461. OLE color: 8369461.

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

Color convert

RGB53181127-
CMYK0.7100.300.29
HSL154.69º54.7%45.88%-
HSV(B)154.69º70.72%70.98%-
XYZ21.8235.3425.75-
YUV136.57122.5968.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.68%
GREEN value IS 181 (71.09% from 255) = 50.14%
BLUE value IS 127 (50% from 255) = 35.18%
R=14.68%
G=50.14%
B=35.18%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal531811270.7100.300.29154.6954.745.88
Hex35B57F4701E1D9b372e
Octal65265177107036352336756
Binary11010110110101111111110001110111101110110011011110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35b57f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,181,127); }

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

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

 a { background-color: rgb(53,181,127); }

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

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

 span { border-color: rgb(53,181,127); }

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