Shades of Niagara #32AF98
Tints of Niagara #32AF98
RGB
CMYK
RGB Variations
Color information
#32AF98 (or 0x32AF98) is known color: Niagara. HEX triplet: 32, AF and 98. RGB value is (50,175,152). Sum of RGB (Red+Green+Blue) = 50+175+152=377 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.26% from 377); Green value is 175 (68.75% from 255 or 46.42% from 377); Blue value is 152 (59.77% from 255 or 40.32% from 377); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AF98 is #CD5067. Grayscale: #868686. Windows color (decimal): -13455464 or 10006322. OLE color: 10006322.
HSL color Cylindrical-coordinate representation of color #32AF98: hue angle of 168.96º 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 #32AF98 is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 175 | 152 | - |
| CMYK | 0.71 | 0 | 0.13 | 0.31 |
| HSL | 168.96º | 0.56% | 0.44% | - |
| HSV(B) | 168.96º | 0.71% | 0.69% | - |
| XYZ | 22.31 | 33.61 | 35.02 | - |
| YUV | 135 | 137.59 | 67.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 152 | 0.71 | 0 | 0.13 | 0.31 | 168.96 | 0.56 | 0.44 |
| Hex | 32 | AF | 98 | 47 | 0 | D | 1F | A9 | 38 | 2C |
| Octal | 62 | 257 | 230 | 107 | 0 | 15 | 37 | 251 | 70 | 54 |
| Binary | 110010 | 10101111 | 10011000 | 1000111 | 0 | 1101 | 11111 | 10101001 | 111000 | 101100 |
Color Harmonies of #32AF98
Complementary color
Monochromatic Colors of #32AF98
Black with #32AF98
Text Example
Text Example
White with #32AF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AF98; }
p { color: rgb(50,175,152); }
H1.HeaderClassName
{
color: #32AF98;
}
.AnyTagClassName
{
color: #32AF98;
}
</style>
background-color css
<style>
a { background-color: #32AF98; }
a { background-color: rgb(50,175,152); }
div.DivClassName
{
background-color: #32AF98;
}
.BgClassName
{
background-color: #32AF98;
}
</style>
border-color css
<style>
span { border-color: #32AF98; }
span { border-color: rgb(50,175,152); }
td.TdClassName
{
border-color: #32AF98;
}
.TagClassName
{
border-color: #32AF98;
}
</style>