#29AAA4

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

Shades of Light Sea Green #29AAA4

Tints of Light Sea Green #29AAA4

Color information

#29AAA4 (or 0x29AAA4) is unknown color: approx Light Sea Green. HEX triplet: 29, AA and A4. RGB value is (41,170,164). Sum of RGB (Red+Green+Blue) = 41+170+164=375 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.93% from 375); Green value is 170 (66.80% from 255 or 45.33% from 375); Blue value is 164 (64.45% from 255 or 43.73% from 375); Max value from RGB is 170 - color contains mainly: green. Hex color #29AAA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29AAA4 is #D6555B. Grayscale: #828282. Windows color (decimal): -14046556 or 10791465. OLE color: 10791465.

HSL color Cylindrical-coordinate representation of color #29AAA4: hue angle of 177.21º 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 #29AAA4 is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB41170164-
CMYK0.7600.040.33
HSL177.21º61.14%41.37%-
HSV(B)177.21º75.88%66.67%-
XYZ21.9931.940.12-
YUV130.74146.7663.99-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.93%
GREEN value IS 170 (66.80% from 255) = 45.33%
BLUE value IS 164 (64.45% from 255) = 43.73%
R=10.93%
G=45.33%
B=43.73%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal411701640.7600.040.33177.2161.1441.37
Hex29AAA44C0421b13d29
Octal5125224411404412617551
Binary10100110101010101001001001100010010000110110001111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29AAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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