#29A98B

Color #29A98B Niagara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Niagara #29A98B

Tints of Niagara #29A98B

Color information

#29A98B (or 0x29A98B) is unknown color: approx Niagara. HEX triplet: 29, A9 and 8B. RGB value is (41,169,139). Sum of RGB (Red+Green+Blue) = 41+169+139=349 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.75% from 349); Green value is 169 (66.41% from 255 or 48.42% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 169 - color contains mainly: green. Hex color #29A98B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29A98B is #D65674. Grayscale: #7F7F7F. Windows color (decimal): -14046837 or 9152809. OLE color: 9152809.

HSL color Cylindrical-coordinate representation of color #29A98B: hue angle of 165.94º 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 #29A98B is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB41169139-
CMYK0.7600.180.34
HSL165.94º60.95%41.18%-
HSV(B)165.94º75.74%66.27%-
XYZ19.7630.7129.31-
YUV127.31134.5966.44-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.75%
GREEN value IS 169 (66.41% from 255) = 48.42%
BLUE value IS 139 (54.69% from 255) = 39.83%
R=11.75%
G=48.42%
B=39.83%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal411691390.7600.180.34165.9460.9541.18
Hex29A98B4C01222a63d29
Octal51251213114022422467551
Binary1010011010100110001011100110001001010001010100110111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29A98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #29A98B;
 }
 .AnyTagClassName
 {
   color: #29A98B;
 }
</style>
background-color css

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

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

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

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

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

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