Html Css Color HEX #29AAA0 Light Sea Green

📋 copy color: '#29AAA0'

red 41 ◦ green 170 ◦ blue 160

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

Shades of Light Sea Green #29AAA0

Tints of Light Sea Green #29AAA0

RGB

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

 GREEN value IS 170 (66.8% from 255) = 45.82%

 BLUE value IS 160 (62.89% from 255) = 43.13%

R = 11.05%
G = 45.82%
B = 43.13%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#29AAA0 (or 0x29AAA0) is known color: Light Sea Green. HEX triplet: 29, AA and A0. RGB value is (41,170,160). Sum of RGB (Red+Green+Blue) = 41+170+160=371 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.05% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 160 (62.89% from 255 or 43.13% from 371); Max value from RGB is 170 - color contains mainly: green. Hex color #29AAA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29AAA0 is #D6555F. Grayscale: #828282. Windows color (decimal): -14046560 or 10529321. OLE color: 10529321.

HSL color Cylindrical-coordinate representation of color #29AAA0: hue angle of 175.35º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29AAA0 is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 41 170 160 -
CMYK 0.76 0 0.06 0.33
HSL 175.35º 0.61% 0.41% -
HSV(B) 175.35º 0.76% 0.67% -
XYZ 21.63 31.76 38.25 -
YUV 130.29 144.76 64.31 -
System Red Green Blue C M Y K H S L
Decimal 41 170 160 0.76 0 0.06 0.33 175.35 0.61 0.41
Hex 29 AA A0 4C 0 6 21 AF 3D 29
Octal 51 252 240 114 0 6 41 257 75 51
Binary 101001 10101010 10100000 1001100 0 110 100001 10101111 111101 101001

Color Harmonies of #29AAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29AAA0

Black with #29AAA0

Text Example


Text Example

White with #29AAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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