Shades of Niagara #32AF8D
Tints of Niagara #32AF8D
RGB
CMYK
RGB Variations
Color information
#32AF8D (or 0x32AF8D) is known color: Niagara. HEX triplet: 32, AF and 8D. RGB value is (50,175,141). Sum of RGB (Red+Green+Blue) = 50+175+141=366 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.66% from 366); Green value is 175 (68.75% from 255 or 47.81% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AF8D is #CD5072. Grayscale: #858585. Windows color (decimal): -13455475 or 9285426. OLE color: 9285426.
HSL color Cylindrical-coordinate representation of color #32AF8D: hue angle of 163.68º 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 #32AF8D is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 175 | 141 | - |
| CMYK | 0.71 | 0 | 0.19 | 0.31 |
| HSL | 163.68º | 0.56% | 0.44% | - |
| HSV(B) | 163.68º | 0.71% | 0.69% | - |
| XYZ | 21.45 | 33.26 | 30.49 | - |
| YUV | 133.75 | 132.09 | 68.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 141 | 0.71 | 0 | 0.19 | 0.31 | 163.68 | 0.56 | 0.44 |
| Hex | 32 | AF | 8D | 47 | 0 | 13 | 1F | A4 | 38 | 2C |
| Octal | 62 | 257 | 215 | 107 | 0 | 23 | 37 | 244 | 70 | 54 |
| Binary | 110010 | 10101111 | 10001101 | 1000111 | 0 | 10011 | 11111 | 10100100 | 111000 | 101100 |
Color Harmonies of #32AF8D
Complementary color
Monochromatic Colors of #32AF8D
Black with #32AF8D
Text Example
Text Example
White with #32AF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AF8D; }
p { color: rgb(50,175,141); }
H1.HeaderClassName
{
color: #32AF8D;
}
.AnyTagClassName
{
color: #32AF8D;
}
</style>
background-color css
<style>
a { background-color: #32AF8D; }
a { background-color: rgb(50,175,141); }
div.DivClassName
{
background-color: #32AF8D;
}
.BgClassName
{
background-color: #32AF8D;
}
</style>
border-color css
<style>
span { border-color: #32AF8D; }
span { border-color: rgb(50,175,141); }
td.TdClassName
{
border-color: #32AF8D;
}
.TagClassName
{
border-color: #32AF8D;
}
</style>