Shades of Niagara #32AF9B
Tints of Niagara #32AF9B
RGB
CMYK
RGB Variations
Color information
#32AF9B (or 0x32AF9B) is known color: Niagara. HEX triplet: 32, AF and 9B. RGB value is (50,175,155). Sum of RGB (Red+Green+Blue) = 50+175+155=380 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.16% from 380); Green value is 175 (68.75% from 255 or 46.05% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AF9B is #CD5064. Grayscale: #878787. Windows color (decimal): -13455461 or 10202930. OLE color: 10202930.
HSL color Cylindrical-coordinate representation of color #32AF9B: hue angle of 170.4º 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 #32AF9B is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 175 | 155 | - |
| CMYK | 0.71 | 0 | 0.11 | 0.31 |
| HSL | 170.4º | 0.56% | 0.44% | - |
| HSV(B) | 170.4º | 0.71% | 0.69% | - |
| XYZ | 22.56 | 33.7 | 36.33 | - |
| YUV | 135.35 | 139.09 | 67.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 155 | 0.71 | 0 | 0.11 | 0.31 | 170.4 | 0.56 | 0.44 |
| Hex | 32 | AF | 9B | 47 | 0 | B | 1F | AA | 38 | 2C |
| Octal | 62 | 257 | 233 | 107 | 0 | 13 | 37 | 252 | 70 | 54 |
| Binary | 110010 | 10101111 | 10011011 | 1000111 | 0 | 1011 | 11111 | 10101010 | 111000 | 101100 |
Color Harmonies of #32AF9B
Complementary color
Monochromatic Colors of #32AF9B
Black with #32AF9B
Text Example
Text Example
White with #32AF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AF9B; }
p { color: rgb(50,175,155); }
H1.HeaderClassName
{
color: #32AF9B;
}
.AnyTagClassName
{
color: #32AF9B;
}
</style>
background-color css
<style>
a { background-color: #32AF9B; }
a { background-color: rgb(50,175,155); }
div.DivClassName
{
background-color: #32AF9B;
}
.BgClassName
{
background-color: #32AF9B;
}
</style>
border-color css
<style>
span { border-color: #32AF9B; }
span { border-color: rgb(50,175,155); }
td.TdClassName
{
border-color: #32AF9B;
}
.TagClassName
{
border-color: #32AF9B;
}
</style>