Html Css Color HEX #29A990 Niagara

📋 copy color: '#29A990'

red 41 ◦ green 169 ◦ blue 144

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

Shades of Niagara #29A990

Tints of Niagara #29A990

RGB

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

 GREEN value IS 169 (66.41% from 255) = 47.74%

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

R = 11.58%
G = 47.74%
B = 40.68%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#29A990 (or 0x29A990) is known color: Niagara. HEX triplet: 29, A9 and 90. RGB value is (41,169,144). Sum of RGB (Red+Green+Blue) = 41+169+144=354 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.58% from 354); Green value is 169 (66.41% from 255 or 47.74% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 169 - color contains mainly: green. Hex color #29A990 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29A990 is #D6566F. Grayscale: #7F7F7F. Windows color (decimal): -14046832 or 9480489. OLE color: 9480489.

HSL color Cylindrical-coordinate representation of color #29A990: hue angle of 168.28º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29A990 is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB 41 169 144 -
CMYK 0.76 0 0.15 0.34
HSL 168.28º 0.61% 0.41% -
HSV(B) 168.28º 0.76% 0.66% -
XYZ 20.14 30.86 31.28 -
YUV 127.88 137.09 66.03 -
System Red Green Blue C M Y K H S L
Decimal 41 169 144 0.76 0 0.15 0.34 168.28 0.61 0.41
Hex 29 A9 90 4C 0 F 22 A8 3D 29
Octal 51 251 220 114 0 17 42 250 75 51
Binary 101001 10101001 10010000 1001100 0 1111 100010 10101000 111101 101001

Color Harmonies of #29A990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29A990

Black with #29A990

Text Example


Text Example

White with #29A990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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