#29AB9F

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

Shades of Light Sea Green #29AB9F

Tints of Light Sea Green #29AB9F

Color information

#29AB9F (or 0x29AB9F) is unknown color: approx Light Sea Green. HEX triplet: 29, AB and 9F. RGB value is (41,171,159). Sum of RGB (Red+Green+Blue) = 41+171+159=371 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.05% from 371); Green value is 171 (67.19% from 255 or 46.09% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 171 - color contains mainly: green. Hex color #29AB9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29AB9F is #D65460. Grayscale: #828282. Windows color (decimal): -14046305 or 10464041. OLE color: 10464041.

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

Color convert

RGB41171159-
CMYK0.7600.070.33
HSL174.46º61.32%41.57%-
HSV(B)174.46º76.02%67.06%-
XYZ21.7432.137.85-
YUV130.76143.9363.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.05%
GREEN value IS 171 (67.19% from 255) = 46.09%
BLUE value IS 159 (62.5% from 255) = 42.86%
R=11.05%
G=46.09%
B=42.86%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal411711590.7600.070.33174.4661.3241.57
Hex29AB9F4C0721ae3d2a
Octal5125323711407412567552
Binary10100110101011100111111001100011110000110101110111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29AB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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