Html Css Color HEX #29BA96 Niagara

📋 copy color: '#29BA96'

red 41 ◦ green 186 ◦ blue 150

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

Shades of Niagara #29BA96

Tints of Niagara #29BA96

RGB

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

 GREEN value IS 186 (73.05% from 255) = 49.34%

 BLUE value IS 150 (58.98% from 255) = 39.79%

R = 10.88%
G = 49.34%
B = 39.79%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#29BA96 (or 0x29BA96) is known color: Niagara. HEX triplet: 29, BA and 96. RGB value is (41,186,150). Sum of RGB (Red+Green+Blue) = 41+186+150=377 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.88% from 377); Green value is 186 (73.05% from 255 or 49.34% from 377); Blue value is 150 (58.98% from 255 or 39.79% from 377); Max value from RGB is 186 - color contains mainly: green. Hex color #29BA96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29BA96 is #D64569. Grayscale: #8A8A8A. Windows color (decimal): -14042474 or 9878057. OLE color: 9878057.

HSL color Cylindrical-coordinate representation of color #29BA96: hue angle of 165.1º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29BA96 is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 186 150 -
CMYK 0.78 0 0.19 0.27
HSL 165.1º 0.64% 0.45% -
HSV(B) 165.1º 0.78% 0.73% -
XYZ 23.98 37.79 34.88 -
YUV 138.54 134.46 58.43 -
System Red Green Blue C M Y K H S L
Decimal 41 186 150 0.78 0 0.19 0.27 165.1 0.64 0.45
Hex 29 BA 96 4E 0 13 1B A5 40 2D
Octal 51 272 226 116 0 23 33 245 100 55
Binary 101001 10111010 10010110 1001110 0 10011 11011 10100101 1000000 101101

Color Harmonies of #29BA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BA96

Black with #29BA96

Text Example


Text Example

White with #29BA96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,186,150); }

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

background-color css

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

 a { background-color: rgb(41,186,150); }

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

border-color css

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

 span { border-color: rgb(41,186,150); }

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