Html Css Color HEX #29AF91 Niagara

📋 copy color: '#29AF91'

red 41 ◦ green 175 ◦ blue 145

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

Shades of Niagara #29AF91

Tints of Niagara #29AF91

RGB

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

 GREEN value IS 175 (68.75% from 255) = 48.48%

 BLUE value IS 145 (57.03% from 255) = 40.17%

R = 11.36%
G = 48.48%
B = 40.17%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#29AF91 (or 0x29AF91) is known color: Niagara. HEX triplet: 29, AF and 91. RGB value is (41,175,145). Sum of RGB (Red+Green+Blue) = 41+175+145=361 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.36% from 361); Green value is 175 (68.75% from 255 or 48.48% from 361); Blue value is 145 (57.03% from 255 or 40.17% from 361); Max value from RGB is 175 - color contains mainly: green. Hex color #29AF91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29AF91 is #D6506E. Grayscale: #838383. Windows color (decimal): -14045295 or 9547561. OLE color: 9547561.

HSL color Cylindrical-coordinate representation of color #29AF91: hue angle of 166.57º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #29AF91 is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB 41 175 145 -
CMYK 0.77 0 0.17 0.31
HSL 166.57º 0.62% 0.42% -
HSV(B) 166.57º 0.77% 0.69% -
XYZ 21.36 33.18 32.07 -
YUV 131.51 135.61 63.44 -
System Red Green Blue C M Y K H S L
Decimal 41 175 145 0.77 0 0.17 0.31 166.57 0.62 0.42
Hex 29 AF 91 4D 0 11 1F A7 3E 2A
Octal 51 257 221 115 0 21 37 247 76 52
Binary 101001 10101111 10010001 1001101 0 10001 11111 10100111 111110 101010

Color Harmonies of #29AF91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29AF91

Black with #29AF91

Text Example


Text Example

White with #29AF91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,175,145); }

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

background-color css

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

 a { background-color: rgb(41,175,145); }

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

border-color css

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

 span { border-color: rgb(41,175,145); }

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