Html Css Color HEX #29B190 Niagara

📋 copy color: '#29B190'

red 41 ◦ green 177 ◦ blue 144

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

Shades of Niagara #29B190

Tints of Niagara #29B190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 39.78%

R = 11.33%
G = 48.9%
B = 39.78%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#29B190 (or 0x29B190) is known color: Niagara. HEX triplet: 29, B1 and 90. RGB value is (41,177,144). Sum of RGB (Red+Green+Blue) = 41+177+144=362 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.33% from 362); Green value is 177 (69.53% from 255 or 48.90% from 362); Blue value is 144 (56.64% from 255 or 39.78% from 362); Max value from RGB is 177 - color contains mainly: green. Hex color #29B190 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29B190 is #D64E6F. Grayscale: #848484. Windows color (decimal): -14044784 or 9482537. OLE color: 9482537.

HSL color Cylindrical-coordinate representation of color #29B190: hue angle of 165.44º 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 #29B190 is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 41 177 144 -
CMYK 0.77 0 0.19 0.31
HSL 165.44º 0.62% 0.43% -
HSV(B) 165.44º 0.77% 0.69% -
XYZ 21.67 33.93 31.79 -
YUV 132.57 134.44 62.68 -
System Red Green Blue C M Y K H S L
Decimal 41 177 144 0.77 0 0.19 0.31 165.44 0.62 0.43
Hex 29 B1 90 4D 0 13 1F A5 3E 2B
Octal 51 261 220 115 0 23 37 245 76 53
Binary 101001 10110001 10010000 1001101 0 10011 11111 10100101 111110 101011

Color Harmonies of #29B190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29B190

Black with #29B190

Text Example


Text Example

White with #29B190

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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