#29ADA5

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

Shades of Light Sea Green #29ADA5

Tints of Light Sea Green #29ADA5

Color information

#29ADA5 (or 0x29ADA5) is unknown color: approx Light Sea Green. HEX triplet: 29, AD and A5. RGB value is (41,173,165). Sum of RGB (Red+Green+Blue) = 41+173+165=379 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.82% from 379); Green value is 173 (67.97% from 255 or 45.65% from 379); Blue value is 165 (64.84% from 255 or 43.54% from 379); Max value from RGB is 173 - color contains mainly: green. Hex color #29ADA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29ADA5 is #D6525A. Grayscale: #848484. Windows color (decimal): -14045787 or 10857769. OLE color: 10857769.

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

Color convert

RGB41173165-
CMYK0.7600.050.32
HSL176.36º61.68%41.96%-
HSV(B)176.36º76.3%67.84%-
XYZ22.6533.0840.79-
YUV132.62146.2762.65-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.82%
GREEN value IS 173 (67.97% from 255) = 45.65%
BLUE value IS 165 (64.84% from 255) = 43.54%
R=10.82%
G=45.65%
B=43.54%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal411731650.7600.050.32176.3661.6841.96
Hex29ADA54C0520b03e2a
Octal5125524511405402607652
Binary10100110101101101001011001100010110000010110000111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29ADA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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