Html Css Color HEX #29A697 Niagara

📋 copy color: '#29A697'

red 41 ◦ green 166 ◦ blue 151

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

Shades of Niagara #29A697

Tints of Niagara #29A697

RGB

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

 GREEN value IS 166 (65.23% from 255) = 46.37%

 BLUE value IS 151 (59.38% from 255) = 42.18%

R = 11.45%
G = 46.37%
B = 42.18%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#29A697 (or 0x29A697) is known color: Niagara. HEX triplet: 29, A6 and 97. RGB value is (41,166,151). Sum of RGB (Red+Green+Blue) = 41+166+151=358 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.45% from 358); Green value is 166 (65.23% from 255 or 46.37% from 358); Blue value is 151 (59.38% from 255 or 42.18% from 358); Max value from RGB is 166 - color contains mainly: green. Hex color #29A697 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29A697 is #D65968. Grayscale: #7E7E7E. Windows color (decimal): -14047593 or 9938473. OLE color: 9938473.

HSL color Cylindrical-coordinate representation of color #29A697: hue angle of 172.8º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #29A697 is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB 41 166 151 -
CMYK 0.75 0 0.09 0.35
HSL 172.8º 0.6% 0.41% -
HSV(B) 172.8º 0.75% 0.65% -
XYZ 20.14 29.98 34 -
YUV 126.92 141.59 66.72 -
System Red Green Blue C M Y K H S L
Decimal 41 166 151 0.75 0 0.09 0.35 172.8 0.6 0.41
Hex 29 A6 97 4B 0 9 23 AD 3C 29
Octal 51 246 227 113 0 11 43 255 74 51
Binary 101001 10100110 10010111 1001011 0 1001 100011 10101101 111100 101001

Color Harmonies of #29A697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29A697

Black with #29A697

Text Example


Text Example

White with #29A697

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,166,151); }

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

background-color css

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

 a { background-color: rgb(41,166,151); }

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

border-color css

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

 span { border-color: rgb(41,166,151); }

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