#29AA70

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

Shades of Medium Sea Green #29AA70

Tints of Medium Sea Green #29AA70

Color information

#29AA70 (or 0x29AA70) is unknown color: approx Medium Sea Green. HEX triplet: 29, AA and 70. RGB value is (41,170,112). Sum of RGB (Red+Green+Blue) = 41+170+112=323 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.69% from 323); Green value is 170 (66.80% from 255 or 52.63% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 170 - color contains mainly: green. Hex color #29AA70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29AA70 is #D6558F. Grayscale: #7C7C7C. Windows color (decimal): -14046608 or 7383593. OLE color: 7383593.

HSL color Cylindrical-coordinate representation of color #29AA70: hue angle of 153.02º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29AA70 is Cyan = 0.76, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB41170112-
CMYK0.7600.340.33
HSL153.02º61.14%41.37%-
HSV(B)153.02º75.88%66.67%-
XYZ18.2130.3920.24-
YUV124.82120.7668.22-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.69%
GREEN value IS 170 (66.80% from 255) = 52.63%
BLUE value IS 112 (44.14% from 255) = 34.67%
R=12.69%
G=52.63%
B=34.67%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal411701120.7600.340.33153.0261.1441.37
Hex29AA704C02221993d29
Octal51252160114042412317551
Binary1010011010101011100001001100010001010000110011001111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29AA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29AA70; }

 p { color: rgb(41,170,112); }

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

<style>
 a { background-color: #29AA70; }

 a { background-color: rgb(41,170,112); }

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

<style>
 span { border-color: #29AA70; }

 span { border-color: rgb(41,170,112); }

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