#29ADAE

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

Shades of Light Sea Green #29ADAE

Tints of Light Sea Green #29ADAE

Color information

#29ADAE (or 0x29ADAE) is unknown color: approx Light Sea Green. HEX triplet: 29, AD and AE. RGB value is (41,173,174). Sum of RGB (Red+Green+Blue) = 41+173+174=388 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.57% from 388); Green value is 173 (67.97% from 255 or 44.59% from 388); Blue value is 174 (68.36% from 255 or 44.85% from 388); Max value from RGB is 174 - color contains mainly: blue. Hex color #29ADAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29ADAE is #D65251. Grayscale: #858585. Windows color (decimal): -14045778 or 11447593. OLE color: 11447593.

HSL color Cylindrical-coordinate representation of color #29ADAE: hue angle of 180.45º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29ADAE is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB41173174-
CMYK0.760.0100.32
HSL180.45º61.86%42.16%-
HSV(B)180.45º76.44%68.24%-
XYZ23.533.4145.26-
YUV133.65150.7761.92-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.57%
GREEN value IS 173 (67.97% from 255) = 44.59%
BLUE value IS 174 (68.36% from 255) = 44.85%
R=10.57%
G=44.59%
B=44.85%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal411731740.760.0100.32180.4561.8642.16
Hex29ADAE4C1020b43e2a
Octal5125525611410402647652
Binary101001101011011010111010011001010000010110100111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29ADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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