Html Css Color HEX #29A696 Niagara

📋 copy color: '#29A696'

red 41 ◦ green 166 ◦ blue 150

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

Shades of Niagara #29A696

Tints of Niagara #29A696

RGB

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

 GREEN value IS 166 (65.23% from 255) = 46.5%

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

R = 11.48%
G = 46.5%
B = 42.02%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#29A696 (or 0x29A696) is known color: Niagara. HEX triplet: 29, A6 and 96. RGB value is (41,166,150). Sum of RGB (Red+Green+Blue) = 41+166+150=357 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.48% from 357); Green value is 166 (65.23% from 255 or 46.50% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 166 - color contains mainly: green. Hex color #29A696 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29A696 is #D65969. Grayscale: #7E7E7E. Windows color (decimal): -14047594 or 9872937. OLE color: 9872937.

HSL color Cylindrical-coordinate representation of color #29A696: hue angle of 172.32º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #29A696 is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 41 166 150 -
CMYK 0.75 0 0.10 0.35
HSL 172.32º 0.6% 0.41% -
HSV(B) 172.32º 0.75% 0.65% -
XYZ 20.06 29.95 33.58 -
YUV 126.8 141.09 66.8 -
System Red Green Blue C M Y K H S L
Decimal 41 166 150 0.75 0 0.10 0.35 172.32 0.6 0.41
Hex 29 A6 96 4B 0 A 23 AC 3C 29
Octal 51 246 226 113 0 12 43 254 74 51
Binary 101001 10100110 10010110 1001011 0 1010 100011 10101100 111100 101001

Color Harmonies of #29A696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29A696

Black with #29A696

Text Example


Text Example

White with #29A696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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