Shades of Niagara #32AB8B
Tints of Niagara #32AB8B
RGB
CMYK
RGB Variations
Color information
#32AB8B (or 0x32AB8B) is known color: Niagara. HEX triplet: 32, AB and 8B. RGB value is (50,171,139). Sum of RGB (Red+Green+Blue) = 50+171+139=360 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.89% from 360); Green value is 171 (67.19% from 255 or 47.5% from 360); Blue value is 139 (54.69% from 255 or 38.61% from 360); Max value from RGB is 171 - color contains mainly: green. Hex color #32AB8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AB8B is #CD5474. Grayscale: #838383. Windows color (decimal): -13456501 or 9153330. OLE color: 9153330.
HSL color Cylindrical-coordinate representation of color #32AB8B: hue angle of 164.13º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AB8B is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 171 | 139 | - |
| CMYK | 0.71 | 0 | 0.19 | 0.33 |
| HSL | 164.13º | 0.55% | 0.43% | - |
| HSV(B) | 164.13º | 0.71% | 0.67% | - |
| XYZ | 20.54 | 31.67 | 29.46 | - |
| YUV | 131.17 | 132.41 | 70.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 171 | 139 | 0.71 | 0 | 0.19 | 0.33 | 164.13 | 0.55 | 0.43 |
| Hex | 32 | AB | 8B | 47 | 0 | 13 | 21 | A4 | 37 | 2B |
| Octal | 62 | 253 | 213 | 107 | 0 | 23 | 41 | 244 | 67 | 53 |
| Binary | 110010 | 10101011 | 10001011 | 1000111 | 0 | 10011 | 100001 | 10100100 | 110111 | 101011 |
Color Harmonies of #32AB8B
Complementary color
Monochromatic Colors of #32AB8B
Black with #32AB8B
Text Example
Text Example
White with #32AB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AB8B; }
p { color: rgb(50,171,139); }
H1.HeaderClassName
{
color: #32AB8B;
}
.AnyTagClassName
{
color: #32AB8B;
}
</style>
background-color css
<style>
a { background-color: #32AB8B; }
a { background-color: rgb(50,171,139); }
div.DivClassName
{
background-color: #32AB8B;
}
.BgClassName
{
background-color: #32AB8B;
}
</style>
border-color css
<style>
span { border-color: #32AB8B; }
span { border-color: rgb(50,171,139); }
td.TdClassName
{
border-color: #32AB8B;
}
.TagClassName
{
border-color: #32AB8B;
}
</style>