Shades of Niagara #32AF8F
Tints of Niagara #32AF8F
RGB
CMYK
RGB Variations
Color information
#32AF8F (or 0x32AF8F) is known color: Niagara. HEX triplet: 32, AF and 8F. RGB value is (50,175,143). Sum of RGB (Red+Green+Blue) = 50+175+143=368 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.59% from 368); Green value is 175 (68.75% from 255 or 47.55% from 368); Blue value is 143 (56.25% from 255 or 38.86% from 368); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AF8F is #CD5070. Grayscale: #858585. Windows color (decimal): -13455473 or 9416498. OLE color: 9416498.
HSL color Cylindrical-coordinate representation of color #32AF8F: hue angle of 164.64º 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 #32AF8F is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 175 | 143 | - |
| CMYK | 0.71 | 0 | 0.18 | 0.31 |
| HSL | 164.64º | 0.56% | 0.44% | - |
| HSV(B) | 164.64º | 0.71% | 0.69% | - |
| XYZ | 21.6 | 33.32 | 31.28 | - |
| YUV | 133.98 | 133.09 | 68.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 143 | 0.71 | 0 | 0.18 | 0.31 | 164.64 | 0.56 | 0.44 |
| Hex | 32 | AF | 8F | 47 | 0 | 12 | 1F | A5 | 38 | 2C |
| Octal | 62 | 257 | 217 | 107 | 0 | 22 | 37 | 245 | 70 | 54 |
| Binary | 110010 | 10101111 | 10001111 | 1000111 | 0 | 10010 | 11111 | 10100101 | 111000 | 101100 |
Color Harmonies of #32AF8F
Complementary color
Monochromatic Colors of #32AF8F
Black with #32AF8F
Text Example
Text Example
White with #32AF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AF8F; }
p { color: rgb(50,175,143); }
H1.HeaderClassName
{
color: #32AF8F;
}
.AnyTagClassName
{
color: #32AF8F;
}
</style>
background-color css
<style>
a { background-color: #32AF8F; }
a { background-color: rgb(50,175,143); }
div.DivClassName
{
background-color: #32AF8F;
}
.BgClassName
{
background-color: #32AF8F;
}
</style>
border-color css
<style>
span { border-color: #32AF8F; }
span { border-color: rgb(50,175,143); }
td.TdClassName
{
border-color: #32AF8F;
}
.TagClassName
{
border-color: #32AF8F;
}
</style>