Shades of Niagara #32AF9A
Tints of Niagara #32AF9A
RGB
CMYK
RGB Variations
Color information
#32AF9A (or 0x32AF9A) is known color: Niagara. HEX triplet: 32, AF and 9A. RGB value is (50,175,154). Sum of RGB (Red+Green+Blue) = 50+175+154=379 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.19% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AF9A is #CD5065. Grayscale: #878787. Windows color (decimal): -13455462 or 10137394. OLE color: 10137394.
HSL color Cylindrical-coordinate representation of color #32AF9A: hue angle of 169.92º 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 #32AF9A is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 175 | 154 | - |
| CMYK | 0.71 | 0 | 0.12 | 0.31 |
| HSL | 169.92º | 0.56% | 0.44% | - |
| HSV(B) | 169.92º | 0.71% | 0.69% | - |
| XYZ | 22.48 | 33.67 | 35.89 | - |
| YUV | 135.23 | 138.59 | 67.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 154 | 0.71 | 0 | 0.12 | 0.31 | 169.92 | 0.56 | 0.44 |
| Hex | 32 | AF | 9A | 47 | 0 | C | 1F | AA | 38 | 2C |
| Octal | 62 | 257 | 232 | 107 | 0 | 14 | 37 | 252 | 70 | 54 |
| Binary | 110010 | 10101111 | 10011010 | 1000111 | 0 | 1100 | 11111 | 10101010 | 111000 | 101100 |
Color Harmonies of #32AF9A
Complementary color
Monochromatic Colors of #32AF9A
Black with #32AF9A
Text Example
Text Example
White with #32AF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AF9A; }
p { color: rgb(50,175,154); }
H1.HeaderClassName
{
color: #32AF9A;
}
.AnyTagClassName
{
color: #32AF9A;
}
</style>
background-color css
<style>
a { background-color: #32AF9A; }
a { background-color: rgb(50,175,154); }
div.DivClassName
{
background-color: #32AF9A;
}
.BgClassName
{
background-color: #32AF9A;
}
</style>
border-color css
<style>
span { border-color: #32AF9A; }
span { border-color: rgb(50,175,154); }
td.TdClassName
{
border-color: #32AF9A;
}
.TagClassName
{
border-color: #32AF9A;
}
</style>