Html Css Color HEX #29AAA7 Light Sea Green

📋 copy color: '#29AAA7'

red 41 ◦ green 170 ◦ blue 167

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

Shades of Light Sea Green #29AAA7

Tints of Light Sea Green #29AAA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 44.18%

R = 10.85%
G = 44.97%
B = 44.18%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#29AAA7 (or 0x29AAA7) is known color: Light Sea Green. HEX triplet: 29, AA and A7. RGB value is (41,170,167). Sum of RGB (Red+Green+Blue) = 41+170+167=378 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.85% from 378); Green value is 170 (66.80% from 255 or 44.97% from 378); Blue value is 167 (65.62% from 255 or 44.18% from 378); Max value from RGB is 170 - color contains mainly: green. Hex color #29AAA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29AAA7 is #D65558. Grayscale: #828282. Windows color (decimal): -14046553 or 10988073. OLE color: 10988073.

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

Color convert

RGB 41 170 167 -
CMYK 0.76 0 0.02 0.33
HSL 178.6º 0.61% 0.41% -
HSV(B) 178.6º 0.76% 0.67% -
XYZ 22.26 32.01 41.56 -
YUV 131.09 148.26 63.74 -
System Red Green Blue C M Y K H S L
Decimal 41 170 167 0.76 0 0.02 0.33 178.6 0.61 0.41
Hex 29 AA A7 4C 0 2 21 B3 3D 29
Octal 51 252 247 114 0 2 41 263 75 51
Binary 101001 10101010 10100111 1001100 0 10 100001 10110011 111101 101001

Color Harmonies of #29AAA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29AAA7

Black with #29AAA7

Text Example


Text Example

White with #29AAA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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