#2DAE76

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

Shades of Medium Sea Green #2DAE76

Tints of Medium Sea Green #2DAE76

Color information

#2DAE76 (or 0x2DAE76) is unknown color: approx Medium Sea Green. HEX triplet: 2D, AE and 76. RGB value is (45,174,118). Sum of RGB (Red+Green+Blue) = 45+174+118=337 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.35% from 337); Green value is 174 (68.36% from 255 or 51.63% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 174 - color contains mainly: green. Hex color #2DAE76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAE76 is #D25189. Grayscale: #818181. Windows color (decimal): -13783434 or 7777837. OLE color: 7777837.

HSL color Cylindrical-coordinate representation of color #2DAE76: hue angle of 153.95º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DAE76 is Cyan = 0.74, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB45174118-
CMYK0.7400.320.32
HSL153.95º58.9%42.94%-
HSV(B)153.95º74.14%68.24%-
XYZ19.4932.1422.32-
YUV129.04121.7668.05-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.35%
GREEN value IS 174 (68.36% from 255) = 51.63%
BLUE value IS 118 (46.48% from 255) = 35.01%
R=13.35%
G=51.63%
B=35.01%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal451741180.7400.320.32153.9558.942.94
Hex2DAE764A020209a3b2b
Octal55256166112040402327353
Binary1011011010111011101101001010010000010000010011010111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DAE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2DAE76; }

 p { color: rgb(45,174,118); }

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

<style>
 a { background-color: #2DAE76; }

 a { background-color: rgb(45,174,118); }

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

<style>
 span { border-color: #2DAE76; }

 span { border-color: rgb(45,174,118); }

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