Html Css Color HEX #29B095 Niagara

📋 copy color: '#29B095'

red 41 ◦ green 176 ◦ blue 149

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

Shades of Niagara #29B095

Tints of Niagara #29B095

RGB

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

 GREEN value IS 176 (69.14% from 255) = 48.09%

 BLUE value IS 149 (58.59% from 255) = 40.71%

R = 11.2%
G = 48.09%
B = 40.71%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#29B095 (or 0x29B095) is known color: Niagara. HEX triplet: 29, B0 and 95. RGB value is (41,176,149). Sum of RGB (Red+Green+Blue) = 41+176+149=366 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.20% from 366); Green value is 176 (69.14% from 255 or 48.09% from 366); Blue value is 149 (58.59% from 255 or 40.71% from 366); Max value from RGB is 176 - color contains mainly: green. Hex color #29B095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29B095 is #D64F6A. Grayscale: #848484. Windows color (decimal): -14045035 or 9809961. OLE color: 9809961.

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

Color convert

RGB 41 176 149 -
CMYK 0.77 0 0.15 0.31
HSL 168º 0.62% 0.43% -
HSV(B) 168º 0.77% 0.69% -
XYZ 21.86 33.69 33.78 -
YUV 132.56 137.27 62.7 -
System Red Green Blue C M Y K H S L
Decimal 41 176 149 0.77 0 0.15 0.31 168 0.62 0.43
Hex 29 B0 95 4D 0 F 1F A8 3E 2B
Octal 51 260 225 115 0 17 37 250 76 53
Binary 101001 10110000 10010101 1001101 0 1111 11111 10101000 111110 101011

Color Harmonies of #29B095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29B095

Black with #29B095

Text Example


Text Example

White with #29B095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,176,149); }

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

background-color css

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

 a { background-color: rgb(41,176,149); }

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

border-color css

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

 span { border-color: rgb(41,176,149); }

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