Shades of Niagara #32AA8A
Tints of Niagara #32AA8A
RGB
CMYK
RGB Variations
Color information
#32AA8A (or 0x32AA8A) is known color: Niagara. HEX triplet: 32, AA and 8A. RGB value is (50,170,138). Sum of RGB (Red+Green+Blue) = 50+170+138=358 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.97% from 358); Green value is 170 (66.80% from 255 or 47.49% from 358); Blue value is 138 (54.30% from 255 or 38.55% from 358); Max value from RGB is 170 - color contains mainly: green. Hex color #32AA8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AA8A is #CD5575. Grayscale: #828282. Windows color (decimal): -13456758 or 9087538. OLE color: 9087538.
HSL color Cylindrical-coordinate representation of color #32AA8A: hue angle of 164º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AA8A is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 170 | 138 | - |
| CMYK | 0.71 | 0 | 0.19 | 0.33 |
| HSL | 164º | 0.55% | 0.43% | - |
| HSV(B) | 164º | 0.71% | 0.67% | - |
| XYZ | 20.28 | 31.26 | 29.01 | - |
| YUV | 130.47 | 132.24 | 70.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 170 | 138 | 0.71 | 0 | 0.19 | 0.33 | 164 | 0.55 | 0.43 |
| Hex | 32 | AA | 8A | 47 | 0 | 13 | 21 | A4 | 37 | 2B |
| Octal | 62 | 252 | 212 | 107 | 0 | 23 | 41 | 244 | 67 | 53 |
| Binary | 110010 | 10101010 | 10001010 | 1000111 | 0 | 10011 | 100001 | 10100100 | 110111 | 101011 |
Color Harmonies of #32AA8A
Complementary color
Monochromatic Colors of #32AA8A
Black with #32AA8A
Text Example
Text Example
White with #32AA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AA8A; }
p { color: rgb(50,170,138); }
H1.HeaderClassName
{
color: #32AA8A;
}
.AnyTagClassName
{
color: #32AA8A;
}
</style>
background-color css
<style>
a { background-color: #32AA8A; }
a { background-color: rgb(50,170,138); }
div.DivClassName
{
background-color: #32AA8A;
}
.BgClassName
{
background-color: #32AA8A;
}
</style>
border-color css
<style>
span { border-color: #32AA8A; }
span { border-color: rgb(50,170,138); }
td.TdClassName
{
border-color: #32AA8A;
}
.TagClassName
{
border-color: #32AA8A;
}
</style>