Shades of Niagara #32AB8D
Tints of Niagara #32AB8D
RGB
CMYK
RGB Variations
Color information
#32AB8D (or 0x32AB8D) is known color: Niagara. HEX triplet: 32, AB and 8D. RGB value is (50,171,141). Sum of RGB (Red+Green+Blue) = 50+171+141=362 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.81% from 362); Green value is 171 (67.19% from 255 or 47.24% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 171 - color contains mainly: green. Hex color #32AB8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AB8D is #CD5472. Grayscale: #838383. Windows color (decimal): -13456499 or 9284402. OLE color: 9284402.
HSL color Cylindrical-coordinate representation of color #32AB8D: hue angle of 165.12º 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 #32AB8D is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 171 | 141 | - |
| CMYK | 0.71 | 0 | 0.18 | 0.33 |
| HSL | 165.12º | 0.55% | 0.43% | - |
| HSV(B) | 165.12º | 0.71% | 0.67% | - |
| XYZ | 20.69 | 31.73 | 30.23 | - |
| YUV | 131.4 | 133.41 | 69.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 171 | 141 | 0.71 | 0 | 0.18 | 0.33 | 165.12 | 0.55 | 0.43 |
| Hex | 32 | AB | 8D | 47 | 0 | 12 | 21 | A5 | 37 | 2B |
| Octal | 62 | 253 | 215 | 107 | 0 | 22 | 41 | 245 | 67 | 53 |
| Binary | 110010 | 10101011 | 10001101 | 1000111 | 0 | 10010 | 100001 | 10100101 | 110111 | 101011 |
Color Harmonies of #32AB8D
Complementary color
Monochromatic Colors of #32AB8D
Black with #32AB8D
Text Example
Text Example
White with #32AB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AB8D; }
p { color: rgb(50,171,141); }
H1.HeaderClassName
{
color: #32AB8D;
}
.AnyTagClassName
{
color: #32AB8D;
}
</style>
background-color css
<style>
a { background-color: #32AB8D; }
a { background-color: rgb(50,171,141); }
div.DivClassName
{
background-color: #32AB8D;
}
.BgClassName
{
background-color: #32AB8D;
}
</style>
border-color css
<style>
span { border-color: #32AB8D; }
span { border-color: rgb(50,171,141); }
td.TdClassName
{
border-color: #32AB8D;
}
.TagClassName
{
border-color: #32AB8D;
}
</style>