#29ABAB

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

Shades of Light Sea Green #29ABAB

Tints of Light Sea Green #29ABAB

Color information

#29ABAB (or 0x29ABAB) is unknown color: approx Light Sea Green. HEX triplet: 29, AB and AB. RGB value is (41,171,171). Sum of RGB (Red+Green+Blue) = 41+171+171=383 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.70% from 383); Green value is 171 (67.19% from 255 or 44.65% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #29ABAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29ABAB is #D65454. Grayscale: #848484. Windows color (decimal): -14046293 or 11250473. OLE color: 11250473.

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

Color convert

RGB41171171-
CMYK0.76000.33
HSL180º61.32%41.57%-
HSV(B)180º76.02%67.06%-
XYZ22.8332.5443.61-
YUV132.13149.9363-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.70%
GREEN value IS 171 (67.19% from 255) = 44.65%
BLUE value IS 171 (67.19% from 255) = 44.65%
R=10.70%
G=44.65%
B=44.65%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal411711710.76000.3318061.3241.57
Hex29ABAB4C0021b43d2a
Octal5125325311400412647552
Binary101001101010111010101110011000010000110110100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29ABAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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