Html Css Color HEX #29A189 Niagara

📋 copy color: '#29A189'

red 41 ◦ green 161 ◦ blue 137

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

Shades of Niagara #29A189

Tints of Niagara #29A189

RGB

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

 GREEN value IS 161 (63.28% from 255) = 47.49%

 BLUE value IS 137 (53.91% from 255) = 40.41%

R = 12.09%
G = 47.49%
B = 40.41%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.15

 K value IS 0.37

RGB Variations

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

Color information

#29A189 (or 0x29A189) is known color: Niagara. HEX triplet: 29, A1 and 89. RGB value is (41,161,137). Sum of RGB (Red+Green+Blue) = 41+161+137=339 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.09% from 339); Green value is 161 (63.28% from 255 or 47.49% from 339); Blue value is 137 (53.91% from 255 or 40.41% from 339); Max value from RGB is 161 - color contains mainly: green. Hex color #29A189 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29A189 is #D65E76. Grayscale: #7A7A7A. Windows color (decimal): -14048887 or 9019689. OLE color: 9019689.

HSL color Cylindrical-coordinate representation of color #29A189: hue angle of 168º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #29A189 is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB 41 161 137 -
CMYK 0.75 0 0.15 0.37
HSL 168º 0.59% 0.4% -
HSV(B) 168º 0.75% 0.63% -
XYZ 18.17 27.77 28.07 -
YUV 122.38 136.24 69.95 -
System Red Green Blue C M Y K H S L
Decimal 41 161 137 0.75 0 0.15 0.37 168 0.59 0.4
Hex 29 A1 89 4B 0 F 25 A8 3B 28
Octal 51 241 211 113 0 17 45 250 73 50
Binary 101001 10100001 10001001 1001011 0 1111 100101 10101000 111011 101000

Color Harmonies of #29A189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29A189

Black with #29A189

Text Example


Text Example

White with #29A189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,161,137); }

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

background-color css

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

 a { background-color: rgb(41,161,137); }

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

border-color css

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

 span { border-color: rgb(41,161,137); }

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