Html Css Color HEX #29AA99 Niagara

📋 copy color: '#29AA99'

red 41 ◦ green 170 ◦ blue 153

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

Shades of Niagara #29AA99

Tints of Niagara #29AA99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 42.03%

R = 11.26%
G = 46.7%
B = 42.03%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#29AA99 (or 0x29AA99) is known color: Niagara. HEX triplet: 29, AA and 99. RGB value is (41,170,153). Sum of RGB (Red+Green+Blue) = 41+170+153=364 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.26% from 364); Green value is 170 (66.80% from 255 or 46.70% from 364); Blue value is 153 (60.16% from 255 or 42.03% from 364); Max value from RGB is 170 - color contains mainly: green. Hex color #29AA99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29AA99 is #D65566. Grayscale: #818181. Windows color (decimal): -14046567 or 10070569. OLE color: 10070569.

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

Color convert

RGB 41 170 153 -
CMYK 0.76 0 0.1 0.33
HSL 172.09º 0.61% 0.41% -
HSV(B) 172.09º 0.76% 0.67% -
XYZ 21.04 31.52 35.11 -
YUV 129.49 141.26 64.88 -
System Red Green Blue C M Y K H S L
Decimal 41 170 153 0.76 0 0.1 0.33 172.09 0.61 0.41
Hex 29 AA 99 4C 0 A 21 AC 3D 29
Octal 51 252 231 114 0 12 41 254 75 51
Binary 101001 10101010 10011001 1001100 0 1010 100001 10101100 111101 101001

Color Harmonies of #29AA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29AA99

Black with #29AA99

Text Example


Text Example

White with #29AA99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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