Shades of Niagara #32AF8E
Tints of Niagara #32AF8E
RGB
CMYK
RGB Variations
Color information
#32AF8E (or 0x32AF8E) is known color: Niagara. HEX triplet: 32, AF and 8E. RGB value is (50,175,142). Sum of RGB (Red+Green+Blue) = 50+175+142=367 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.62% from 367); Green value is 175 (68.75% from 255 or 47.68% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AF8E is #CD5071. Grayscale: #858585. Windows color (decimal): -13455474 or 9350962. OLE color: 9350962.
HSL color Cylindrical-coordinate representation of color #32AF8E: hue angle of 164.16º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AF8E is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 175 | 142 | - |
| CMYK | 0.71 | 0 | 0.19 | 0.31 |
| HSL | 164.16º | 0.56% | 0.44% | - |
| HSV(B) | 164.16º | 0.71% | 0.69% | - |
| XYZ | 21.53 | 33.29 | 30.88 | - |
| YUV | 133.86 | 132.59 | 68.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 142 | 0.71 | 0 | 0.19 | 0.31 | 164.16 | 0.56 | 0.44 |
| Hex | 32 | AF | 8E | 47 | 0 | 13 | 1F | A4 | 38 | 2C |
| Octal | 62 | 257 | 216 | 107 | 0 | 23 | 37 | 244 | 70 | 54 |
| Binary | 110010 | 10101111 | 10001110 | 1000111 | 0 | 10011 | 11111 | 10100100 | 111000 | 101100 |
Color Harmonies of #32AF8E
Complementary color
Monochromatic Colors of #32AF8E
Black with #32AF8E
Text Example
Text Example
White with #32AF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AF8E; }
p { color: rgb(50,175,142); }
H1.HeaderClassName
{
color: #32AF8E;
}
.AnyTagClassName
{
color: #32AF8E;
}
</style>
background-color css
<style>
a { background-color: #32AF8E; }
a { background-color: rgb(50,175,142); }
div.DivClassName
{
background-color: #32AF8E;
}
.BgClassName
{
background-color: #32AF8E;
}
</style>
border-color css
<style>
span { border-color: #32AF8E; }
span { border-color: rgb(50,175,142); }
td.TdClassName
{
border-color: #32AF8E;
}
.TagClassName
{
border-color: #32AF8E;
}
</style>