Html Css Color HEX #29AA9E Light Sea Green

📋 copy color: '#29AA9E'

red 41 ◦ green 170 ◦ blue 158

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

Shades of Light Sea Green #29AA9E

Tints of Light Sea Green #29AA9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 42.82%

R = 11.11%
G = 46.07%
B = 42.82%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#29AA9E (or 0x29AA9E) is known color: Light Sea Green. HEX triplet: 29, AA and 9E. RGB value is (41,170,158). Sum of RGB (Red+Green+Blue) = 41+170+158=369 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.11% from 369); Green value is 170 (66.80% from 255 or 46.07% from 369); Blue value is 158 (62.11% from 255 or 42.82% from 369); Max value from RGB is 170 - color contains mainly: green. Hex color #29AA9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29AA9E is #D65561. Grayscale: #818181. Windows color (decimal): -14046562 or 10398249. OLE color: 10398249.

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

Color convert

RGB 41 170 158 -
CMYK 0.76 0 0.07 0.33
HSL 174.42º 0.61% 0.41% -
HSV(B) 174.42º 0.76% 0.67% -
XYZ 21.46 31.69 37.33 -
YUV 130.06 143.76 64.48 -
System Red Green Blue C M Y K H S L
Decimal 41 170 158 0.76 0 0.07 0.33 174.42 0.61 0.41
Hex 29 AA 9E 4C 0 7 21 AE 3D 29
Octal 51 252 236 114 0 7 41 256 75 51
Binary 101001 10101010 10011110 1001100 0 111 100001 10101110 111101 101001

Color Harmonies of #29AA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29AA9E

Black with #29AA9E

Text Example


Text Example

White with #29AA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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