Html Css Color HEX #29B192 Niagara

📋 copy color: '#29B192'

red 41 ◦ green 177 ◦ blue 146

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

Shades of Niagara #29B192

Tints of Niagara #29B192

RGB

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

 GREEN value IS 177 (69.53% from 255) = 48.63%

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

R = 11.26%
G = 48.63%
B = 40.11%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#29B192 (or 0x29B192) is known color: Niagara. HEX triplet: 29, B1 and 92. RGB value is (41,177,146). Sum of RGB (Red+Green+Blue) = 41+177+146=364 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.26% from 364); Green value is 177 (69.53% from 255 or 48.63% from 364); Blue value is 146 (57.42% from 255 or 40.11% from 364); Max value from RGB is 177 - color contains mainly: green. Hex color #29B192 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29B192 is #D64E6D. Grayscale: #848484. Windows color (decimal): -14044782 or 9613609. OLE color: 9613609.

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

Color convert

RGB 41 177 146 -
CMYK 0.77 0 0.18 0.31
HSL 166.32º 0.62% 0.43% -
HSV(B) 166.32º 0.77% 0.69% -
XYZ 21.82 33.99 32.6 -
YUV 132.8 135.44 62.52 -
System Red Green Blue C M Y K H S L
Decimal 41 177 146 0.77 0 0.18 0.31 166.32 0.62 0.43
Hex 29 B1 92 4D 0 12 1F A6 3E 2B
Octal 51 261 222 115 0 22 37 246 76 53
Binary 101001 10110001 10010010 1001101 0 10010 11111 10100110 111110 101011

Color Harmonies of #29B192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29B192

Black with #29B192

Text Example


Text Example

White with #29B192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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