Shades of Niagara #32AC9B
Tints of Niagara #32AC9B
RGB
CMYK
RGB Variations
Color information
#32AC9B (or 0x32AC9B) is known color: Niagara. HEX triplet: 32, AC and 9B. RGB value is (50,172,155). Sum of RGB (Red+Green+Blue) = 50+172+155=377 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.26% from 377); Green value is 172 (67.58% from 255 or 45.62% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 172 - color contains mainly: green. Hex color #32AC9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AC9B is #CD5364. Grayscale: #858585. Windows color (decimal): -13456229 or 10202162. OLE color: 10202162.
HSL color Cylindrical-coordinate representation of color #32AC9B: hue angle of 171.64º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AC9B is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 172 | 155 | - |
| CMYK | 0.71 | 0 | 0.10 | 0.33 |
| HSL | 171.64º | 0.55% | 0.44% | - |
| HSV(B) | 171.64º | 0.71% | 0.67% | - |
| XYZ | 21.98 | 32.55 | 36.13 | - |
| YUV | 133.58 | 140.08 | 68.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 172 | 155 | 0.71 | 0 | 0.10 | 0.33 | 171.64 | 0.55 | 0.44 |
| Hex | 32 | AC | 9B | 47 | 0 | A | 21 | AC | 37 | 2C |
| Octal | 62 | 254 | 233 | 107 | 0 | 12 | 41 | 254 | 67 | 54 |
| Binary | 110010 | 10101100 | 10011011 | 1000111 | 0 | 1010 | 100001 | 10101100 | 110111 | 101100 |
Color Harmonies of #32AC9B
Complementary color
Monochromatic Colors of #32AC9B
Black with #32AC9B
Text Example
Text Example
White with #32AC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AC9B; }
p { color: rgb(50,172,155); }
H1.HeaderClassName
{
color: #32AC9B;
}
.AnyTagClassName
{
color: #32AC9B;
}
</style>
background-color css
<style>
a { background-color: #32AC9B; }
a { background-color: rgb(50,172,155); }
div.DivClassName
{
background-color: #32AC9B;
}
.BgClassName
{
background-color: #32AC9B;
}
</style>
border-color css
<style>
span { border-color: #32AC9B; }
span { border-color: rgb(50,172,155); }
td.TdClassName
{
border-color: #32AC9B;
}
.TagClassName
{
border-color: #32AC9B;
}
</style>