#35C57F

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

Shades of Medium Sea Green #35C57F

Tints of Medium Sea Green #35C57F

Color information

#35C57F (or 0x35C57F) is unknown color: approx Medium Sea Green. HEX triplet: 35, C5 and 7F. RGB value is (53,197,127). Sum of RGB (Red+Green+Blue) = 53+197+127=377 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.06% from 377); Green value is 197 (77.34% from 255 or 52.25% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 197 - color contains mainly: green. Hex color #35C57F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35C57F is #CA3A80. Grayscale: #929292. Windows color (decimal): -13253249 or 8373557. OLE color: 8373557.

HSL color Cylindrical-coordinate representation of color #35C57F: hue angle of 150.83º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C57F is Cyan = 0.73, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB53197127-
CMYK0.7300.360.23
HSL150.83º57.6%49.02%-
HSV(B)150.83º73.1%77.25%-
XYZ25.2742.2226.9-
YUV145.96117.2961.69-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.06%
GREEN value IS 197 (77.34% from 255) = 52.25%
BLUE value IS 127 (50% from 255) = 33.69%
R=14.06%
G=52.25%
B=33.69%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal531971270.7300.360.23150.8357.649.02
Hex35C57F4902417973a31
Octal65305177111044272277261
Binary110101110001011111111100100101001001011110010111111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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