#29BDAE

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

Shades of Light Sea Green #29BDAE

Tints of Light Sea Green #29BDAE

Color information

#29BDAE (or 0x29BDAE) is unknown color: approx Light Sea Green. HEX triplet: 29, BD and AE. RGB value is (41,189,174). Sum of RGB (Red+Green+Blue) = 41+189+174=404 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.15% from 404); Green value is 189 (74.22% from 255 or 46.78% from 404); Blue value is 174 (68.36% from 255 or 43.07% from 404); Max value from RGB is 189 - color contains mainly: green. Hex color #29BDAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29BDAE is #D64251. Grayscale: #8E8E8E. Windows color (decimal): -14041682 or 11451689. OLE color: 11451689.

HSL color Cylindrical-coordinate representation of color #29BDAE: hue angle of 173.92º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29BDAE is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB41189174-
CMYK0.7800.080.26
HSL173.92º64.35%45.1%-
HSV(B)173.92º78.31%74.12%-
XYZ26.7539.9246.34-
YUV143.04145.4755.22-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.15%
GREEN value IS 189 (74.22% from 255) = 46.78%
BLUE value IS 174 (68.36% from 255) = 43.07%
R=10.15%
G=46.78%
B=43.07%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal411891740.7800.080.26173.9264.3545.1
Hex29BDAE4E081Aae402d
Octal512752561160103225610055
Binary101001101111011010111010011100100011010101011101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29BDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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