Html Css Color HEX #29ADAA Light Sea Green

📋 copy color: '#29ADAA'

red 41 ◦ green 173 ◦ blue 170

#29ADAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #29ADAA

Tints of Light Sea Green #29ADAA

RGB

 RED value IS 41 (16.41% from 255) = 10.68%

 GREEN value IS 173 (67.97% from 255) = 45.05%

 BLUE value IS 170 (66.8% from 255) = 44.27%

R = 10.68%
G = 45.05%
B = 44.27%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#29ADAA (or 0x29ADAA) is known color: Light Sea Green. HEX triplet: 29, AD and AA. RGB value is (41,173,170). Sum of RGB (Red+Green+Blue) = 41+173+170=384 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.68% from 384); Green value is 173 (67.97% from 255 or 45.05% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 173 - color contains mainly: green. Hex color #29ADAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29ADAA is #D65255. Grayscale: #858585. Windows color (decimal): -14045782 or 11185449. OLE color: 11185449.

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

Color convert

RGB 41 173 170 -
CMYK 0.76 0 0.02 0.32
HSL 178.64º 0.62% 0.42% -
HSV(B) 178.64º 0.76% 0.68% -
XYZ 23.11 33.26 43.23 -
YUV 133.19 148.77 62.24 -
System Red Green Blue C M Y K H S L
Decimal 41 173 170 0.76 0 0.02 0.32 178.64 0.62 0.42
Hex 29 AD AA 4C 0 2 20 B3 3E 2A
Octal 51 255 252 114 0 2 40 263 76 52
Binary 101001 10101101 10101010 1001100 0 10 100000 10110011 111110 101010

Color Harmonies of #29ADAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29ADAA

Black with #29ADAA

Text Example


Text Example

White with #29ADAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #29ADAA;
 }
 .AnyTagClassName
 {
   color: #29ADAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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