Shades of Niagara #32A98F
Tints of Niagara #32A98F
RGB
CMYK
RGB Variations
Color information
#32A98F (or 0x32A98F) is known color: Niagara. HEX triplet: 32, A9 and 8F. RGB value is (50,169,143). Sum of RGB (Red+Green+Blue) = 50+169+143=362 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.81% from 362); Green value is 169 (66.41% from 255 or 46.69% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 169 - color contains mainly: green. Hex color #32A98F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32A98F is #CD5670. Grayscale: #828282. Windows color (decimal): -13457009 or 9414962. OLE color: 9414962.
HSL color Cylindrical-coordinate representation of color #32A98F: hue angle of 166.89º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #32A98F is Cyan = 0.70, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 50 | 169 | 143 | - |
| CMYK | 0.70 | 0 | 0.15 | 0.34 |
| HSL | 166.89º | 0.54% | 0.43% | - |
| HSV(B) | 166.89º | 0.7% | 0.66% | - |
| XYZ | 20.46 | 31.04 | 30.9 | - |
| YUV | 130.46 | 135.08 | 70.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 169 | 143 | 0.70 | 0 | 0.15 | 0.34 | 166.89 | 0.54 | 0.43 |
| Hex | 32 | A9 | 8F | 46 | 0 | F | 22 | A7 | 36 | 2B |
| Octal | 62 | 251 | 217 | 106 | 0 | 17 | 42 | 247 | 66 | 53 |
| Binary | 110010 | 10101001 | 10001111 | 1000110 | 0 | 1111 | 100010 | 10100111 | 110110 | 101011 |
Color Harmonies of #32A98F
Complementary color
Monochromatic Colors of #32A98F
Black with #32A98F
Text Example
Text Example
White with #32A98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A98F; }
p { color: rgb(50,169,143); }
H1.HeaderClassName
{
color: #32A98F;
}
.AnyTagClassName
{
color: #32A98F;
}
</style>
background-color css
<style>
a { background-color: #32A98F; }
a { background-color: rgb(50,169,143); }
div.DivClassName
{
background-color: #32A98F;
}
.BgClassName
{
background-color: #32A98F;
}
</style>
border-color css
<style>
span { border-color: #32A98F; }
span { border-color: rgb(50,169,143); }
td.TdClassName
{
border-color: #32A98F;
}
.TagClassName
{
border-color: #32A98F;
}
</style>