#35AA76

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

Shades of Medium Sea Green #35AA76

Tints of Medium Sea Green #35AA76

Color information

#35AA76 (or 0x35AA76) is unknown color: approx Medium Sea Green. HEX triplet: 35, AA and 76. RGB value is (53,170,118). Sum of RGB (Red+Green+Blue) = 53+170+118=341 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.54% from 341); Green value is 170 (66.80% from 255 or 49.85% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 170 - color contains mainly: green. Hex color #35AA76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35AA76 is #CA5589. Grayscale: #818181. Windows color (decimal): -13260170 or 7776821. OLE color: 7776821.

HSL color Cylindrical-coordinate representation of color #35AA76: hue angle of 153.33º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35AA76 is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB53170118-
CMYK0.6900.310.33
HSL153.33º52.47%43.73%-
HSV(B)153.33º68.82%66.67%-
XYZ19.1130.8122.08-
YUV129.09121.7473.73-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.54%
GREEN value IS 170 (66.80% from 255) = 49.85%
BLUE value IS 118 (46.48% from 255) = 34.60%
R=15.54%
G=49.85%
B=34.60%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531701180.6900.310.33153.3352.4743.73
Hex35AA764501F2199342c
Octal65252166105037412316454
Binary110101101010101110110100010101111110000110011001110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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