#29BFAB

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

Shades of Light Sea Green #29BFAB

Tints of Light Sea Green #29BFAB

Color information

#29BFAB (or 0x29BFAB) is unknown color: approx Light Sea Green. HEX triplet: 29, BF and AB. RGB value is (41,191,171). Sum of RGB (Red+Green+Blue) = 41+191+171=403 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.17% from 403); Green value is 191 (75% from 255 or 47.39% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 191 - color contains mainly: green. Hex color #29BFAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29BFAB is #D64054. Grayscale: #8F8F8F. Windows color (decimal): -14041173 or 11255593. OLE color: 11255593.

HSL color Cylindrical-coordinate representation of color #29BFAB: hue angle of 172º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29BFAB is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB41191171-
CMYK0.7900.100.25
HSL172º64.66%45.49%-
HSV(B)172º78.53%74.9%-
XYZ26.940.6744.96-
YUV143.87143.354.63-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.17%
GREEN value IS 191 (75% from 255) = 47.39%
BLUE value IS 171 (67.19% from 255) = 42.43%
R=10.17%
G=47.39%
B=42.43%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal411911710.7900.100.2517264.6645.49
Hex29BFAB4F0A19ac412d
Octal512772531170123125410155
Binary101001101111111010101110011110101011001101011001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29BFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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