#29AAAB

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

Shades of Light Sea Green #29AAAB

Tints of Light Sea Green #29AAAB

Color information

#29AAAB (or 0x29AAAB) is unknown color: approx Light Sea Green. HEX triplet: 29, AA and AB. RGB value is (41,170,171). Sum of RGB (Red+Green+Blue) = 41+170+171=382 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.73% from 382); Green value is 170 (66.80% from 255 or 44.50% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #29AAAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29AAAB is #D65554. Grayscale: #838383. Windows color (decimal): -14046549 or 11250217. OLE color: 11250217.

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

Color convert

RGB41170171-
CMYK0.760.0100.33
HSL180.46º61.32%41.57%-
HSV(B)180.46º76.02%67.06%-
XYZ22.6432.1643.54-
YUV131.54150.2663.42-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.73%
GREEN value IS 170 (66.80% from 255) = 44.50%
BLUE value IS 171 (67.19% from 255) = 44.76%
R=10.73%
G=44.50%
B=44.76%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal411701710.760.0100.33180.4661.3241.57
Hex29AAAB4C1021b43d2a
Octal5125225311410412647552
Binary101001101010101010101110011001010000110110100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29AAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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