Html Css Color HEX #29A992 Niagara

📋 copy color: '#29A992'

red 41 ◦ green 169 ◦ blue 146

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

Shades of Niagara #29A992

Tints of Niagara #29A992

RGB

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

 GREEN value IS 169 (66.41% from 255) = 47.47%

 BLUE value IS 146 (57.42% from 255) = 41.01%

R = 11.52%
G = 47.47%
B = 41.01%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.14

 K value IS 0.34

RGB Variations

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

Color information

#29A992 (or 0x29A992) is known color: Niagara. HEX triplet: 29, A9 and 92. RGB value is (41,169,146). Sum of RGB (Red+Green+Blue) = 41+169+146=356 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.52% from 356); Green value is 169 (66.41% from 255 or 47.47% from 356); Blue value is 146 (57.42% from 255 or 41.01% from 356); Max value from RGB is 169 - color contains mainly: green. Hex color #29A992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29A992 is #D6566D. Grayscale: #808080. Windows color (decimal): -14046830 or 9611561. OLE color: 9611561.

HSL color Cylindrical-coordinate representation of color #29A992: hue angle of 169.22º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29A992 is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB 41 169 146 -
CMYK 0.76 0 0.14 0.34
HSL 169.22º 0.61% 0.41% -
HSV(B) 169.22º 0.76% 0.66% -
XYZ 20.29 30.92 32.09 -
YUV 128.11 138.09 65.87 -
System Red Green Blue C M Y K H S L
Decimal 41 169 146 0.76 0 0.14 0.34 169.22 0.61 0.41
Hex 29 A9 92 4C 0 E 22 A9 3D 29
Octal 51 251 222 114 0 16 42 251 75 51
Binary 101001 10101001 10010010 1001100 0 1110 100010 10101001 111101 101001

Color Harmonies of #29A992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29A992

Black with #29A992

Text Example


Text Example

White with #29A992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,169,146); }

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

background-color css

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

 a { background-color: rgb(41,169,146); }

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

border-color css

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

 span { border-color: rgb(41,169,146); }

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