Html Css Color HEX #29A085 Niagara

📋 copy color: '#29A085'

red 41 ◦ green 160 ◦ blue 133

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

Shades of Niagara #29A085

Tints of Niagara #29A085

RGB

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

 GREEN value IS 160 (62.89% from 255) = 47.9%

 BLUE value IS 133 (52.34% from 255) = 39.82%

R = 12.28%
G = 47.9%
B = 39.82%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#29A085 (or 0x29A085) is known color: Niagara. HEX triplet: 29, A0 and 85. RGB value is (41,160,133). Sum of RGB (Red+Green+Blue) = 41+160+133=334 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.28% from 334); Green value is 160 (62.89% from 255 or 47.90% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 160 - color contains mainly: green. Hex color #29A085 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29A085 is #D65F7A. Grayscale: #797979. Windows color (decimal): -14049147 or 8757289. OLE color: 8757289.

HSL color Cylindrical-coordinate representation of color #29A085: hue angle of 166.39º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29A085 is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB 41 160 133 -
CMYK 0.74 0 0.17 0.37
HSL 166.39º 0.59% 0.39% -
HSV(B) 166.39º 0.74% 0.63% -
XYZ 17.72 27.31 26.53 -
YUV 121.34 134.58 70.7 -
System Red Green Blue C M Y K H S L
Decimal 41 160 133 0.74 0 0.17 0.37 166.39 0.59 0.39
Hex 29 A0 85 4A 0 11 25 A6 3B 27
Octal 51 240 205 112 0 21 45 246 73 47
Binary 101001 10100000 10000101 1001010 0 10001 100101 10100110 111011 100111

Color Harmonies of #29A085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29A085

Black with #29A085

Text Example


Text Example

White with #29A085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,160,133); }

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

background-color css

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

 a { background-color: rgb(41,160,133); }

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

border-color css

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

 span { border-color: rgb(41,160,133); }

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