#29BFAE

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

Shades of Light Sea Green #29BFAE

Tints of Light Sea Green #29BFAE

Color information

#29BFAE (or 0x29BFAE) is unknown color: approx Light Sea Green. HEX triplet: 29, BF and AE. RGB value is (41,191,174). Sum of RGB (Red+Green+Blue) = 41+191+174=406 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.10% from 406); Green value is 191 (75% from 255 or 47.04% from 406); Blue value is 174 (68.36% from 255 or 42.86% from 406); Max value from RGB is 191 - color contains mainly: green. Hex color #29BFAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29BFAE is #D64051. Grayscale: #909090. Windows color (decimal): -14041170 or 11452201. OLE color: 11452201.

HSL color Cylindrical-coordinate representation of color #29BFAE: hue angle of 173.2º 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 #29BFAE is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB41191174-
CMYK0.7900.090.25
HSL173.2º64.66%45.49%-
HSV(B)173.2º78.53%74.9%-
XYZ27.1940.7946.48-
YUV144.21144.854.38-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.10%
GREEN value IS 191 (75% from 255) = 47.04%
BLUE value IS 174 (68.36% from 255) = 42.86%
R=10.10%
G=47.04%
B=42.86%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal411911740.7900.090.25173.264.6645.49
Hex29BFAE4F0919ad412d
Octal512772561170113125510155
Binary101001101111111010111010011110100111001101011011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29BFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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