#29ABA5

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

Shades of Light Sea Green #29ABA5

Tints of Light Sea Green #29ABA5

Color information

#29ABA5 (or 0x29ABA5) is unknown color: approx Light Sea Green. HEX triplet: 29, AB and A5. RGB value is (41,171,165). Sum of RGB (Red+Green+Blue) = 41+171+165=377 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.88% from 377); Green value is 171 (67.19% from 255 or 45.36% from 377); Blue value is 165 (64.84% from 255 or 43.77% from 377); Max value from RGB is 171 - color contains mainly: green. Hex color #29ABA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29ABA5 is #D6545A. Grayscale: #838383. Windows color (decimal): -14046299 or 10857257. OLE color: 10857257.

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

Color convert

RGB41171165-
CMYK0.7600.040.33
HSL177.23º61.32%41.57%-
HSV(B)177.23º76.02%67.06%-
XYZ22.2732.3140.66-
YUV131.45146.9363.49-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.88%
GREEN value IS 171 (67.19% from 255) = 45.36%
BLUE value IS 165 (64.84% from 255) = 43.77%
R=10.88%
G=45.36%
B=43.77%

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
Decimal411711650.7600.040.33177.2361.3241.57
Hex29ABA54C0421b13d2a
Octal5125324511404412617552
Binary10100110101011101001011001100010010000110110001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29ABA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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