#29ABA4

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

Shades of Light Sea Green #29ABA4

Tints of Light Sea Green #29ABA4

Color information

#29ABA4 (or 0x29ABA4) is unknown color: approx Light Sea Green. HEX triplet: 29, AB and A4. RGB value is (41,171,164). Sum of RGB (Red+Green+Blue) = 41+171+164=376 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.90% from 376); Green value is 171 (67.19% from 255 or 45.48% from 376); Blue value is 164 (64.45% from 255 or 43.62% from 376); Max value from RGB is 171 - color contains mainly: green. Hex color #29ABA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29ABA4 is #D6545B. Grayscale: #838383. Windows color (decimal): -14046300 or 10791721. OLE color: 10791721.

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

Color convert

RGB41171164-
CMYK0.7600.040.33
HSL176.77º61.32%41.57%-
HSV(B)176.77º76.02%67.06%-
XYZ22.1832.2840.18-
YUV131.33146.4363.57-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.90%
GREEN value IS 171 (67.19% from 255) = 45.48%
BLUE value IS 164 (64.45% from 255) = 43.62%
R=10.90%
G=45.48%
B=43.62%

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
Decimal411711640.7600.040.33176.7761.3241.57
Hex29ABA44C0421b13d2a
Octal5125324411404412617552
Binary10100110101011101001001001100010010000110110001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29ABA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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