#35B680

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

Shades of Medium Sea Green #35B680

Tints of Medium Sea Green #35B680

Color information

#35B680 (or 0x35B680) is unknown color: approx Medium Sea Green. HEX triplet: 35, B6 and 80. RGB value is (53,182,128). Sum of RGB (Red+Green+Blue) = 53+182+128=363 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.60% from 363); Green value is 182 (71.48% from 255 or 50.14% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 182 - color contains mainly: green. Hex color #35B680 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35B680 is #CA497F. Grayscale: #898989. Windows color (decimal): -13257088 or 8435253. OLE color: 8435253.

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

Color convert

RGB53182128-
CMYK0.7100.300.29
HSL154.88º54.89%46.08%-
HSV(B)154.88º70.88%71.37%-
XYZ22.0935.7726.16-
YUV137.27122.7667.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.60%
GREEN value IS 182 (71.48% from 255) = 50.14%
BLUE value IS 128 (50.39% from 255) = 35.26%
R=14.60%
G=50.14%
B=35.26%

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
Decimal531821280.7100.300.29154.8854.8946.08
Hex35B6804701E1D9b372e
Octal65266200107036352336756
Binary110101101101101000000010001110111101110110011011110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,182,128); }

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

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

 a { background-color: rgb(53,182,128); }

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

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

 span { border-color: rgb(53,182,128); }

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