#29ADAC

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

Shades of Light Sea Green #29ADAC

Tints of Light Sea Green #29ADAC

Color information

#29ADAC (or 0x29ADAC) is unknown color: approx Light Sea Green. HEX triplet: 29, AD and AC. RGB value is (41,173,172). Sum of RGB (Red+Green+Blue) = 41+173+172=386 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.62% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 173 - color contains mainly: green. Hex color #29ADAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29ADAC is #D65253. Grayscale: #858585. Windows color (decimal): -14045780 or 11316521. OLE color: 11316521.

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

Color convert

RGB41173172-
CMYK0.7600.010.32
HSL179.55º61.68%41.96%-
HSV(B)179.55º76.3%67.84%-
XYZ23.333.3444.24-
YUV133.42149.7762.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.62%
GREEN value IS 173 (67.97% from 255) = 44.82%
BLUE value IS 172 (67.58% from 255) = 44.56%
R=10.62%
G=44.82%
B=44.56%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal411731720.7600.010.32179.5561.6841.96
Hex29ADAC4C0120b43e2a
Octal5125525411401402647652
Binary101001101011011010110010011000110000010110100111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29ADAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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