#35B776

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

Shades of Medium Sea Green #35B776

Tints of Medium Sea Green #35B776

Color information

#35B776 (or 0x35B776) is unknown color: approx Medium Sea Green. HEX triplet: 35, B7 and 76. RGB value is (53,183,118). Sum of RGB (Red+Green+Blue) = 53+183+118=354 (46% of max value = 765). Red value is 53 (21.09% from 255 or 14.97% from 354); Green value is 183 (71.88% from 255 or 51.69% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 183 - color contains mainly: green. Hex color #35B776 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35B776 is #CA4889. Grayscale: #888888. Windows color (decimal): -13256842 or 7780149. OLE color: 7780149.

HSL color Cylindrical-coordinate representation of color #35B776: hue angle of 150º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #35B776 is Cyan = 0.71, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB53183118-
CMYK0.7100.360.28
HSL150º55.08%46.27%-
HSV(B)150º71.04%71.76%-
XYZ21.6735.9322.93-
YUV136.72117.4368.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.97%
GREEN value IS 183 (71.88% from 255) = 51.69%
BLUE value IS 118 (46.48% from 255) = 33.33%
R=14.97%
G=51.69%
B=33.33%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal531831180.7100.360.2815055.0846.27
Hex35B776470241C96372e
Octal65267166107044342266756
Binary110101101101111110110100011101001001110010010110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,183,118); }

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

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

 a { background-color: rgb(53,183,118); }

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

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

 span { border-color: rgb(53,183,118); }

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