Shades of Niagara #15A08B
Tints of Niagara #15A08B
RGB
CMYK
RGB Variations
Color information
#15A08B (or 0x15A08B) is known color: Niagara. HEX triplet: 15, A0 and 8B. RGB value is (21,160,139). Sum of RGB (Red+Green+Blue) = 21+160+139=320 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.56% from 320); Green value is 160 (62.89% from 255 or 50% from 320); Blue value is 139 (54.69% from 255 or 43.44% from 320); Max value from RGB is 160 - color contains mainly: green. Hex color #15A08B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15A08B is #EA5F74. Grayscale: #737373. Windows color (decimal): -15359861 or 9150485. OLE color: 9150485.
HSL color Cylindrical-coordinate representation of color #15A08B: hue angle of 170.94º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15A08B is Cyan = 0.87, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 21 | 160 | 139 | - |
| CMYK | 0.87 | 0 | 0.13 | 0.37 |
| HSL | 170.94º | 0.77% | 0.35% | - |
| HSV(B) | 170.94º | 0.87% | 0.63% | - |
| XYZ | 17.54 | 27.17 | 28.75 | - |
| YUV | 116.05 | 140.95 | 60.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 160 | 139 | 0.87 | 0 | 0.13 | 0.37 | 170.94 | 0.77 | 0.35 |
| Hex | 15 | A0 | 8B | 57 | 0 | D | 25 | AB | 4D | 23 |
| Octal | 25 | 240 | 213 | 127 | 0 | 15 | 45 | 253 | 115 | 43 |
| Binary | 10101 | 10100000 | 10001011 | 1010111 | 0 | 1101 | 100101 | 10101011 | 1001101 | 100011 |
Color Harmonies of #15A08B
Complementary color
Monochromatic Colors of #15A08B
Black with #15A08B
Text Example
Text Example
White with #15A08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A08B; }
p { color: rgb(21,160,139); }
H1.HeaderClassName
{
color: #15A08B;
}
.AnyTagClassName
{
color: #15A08B;
}
</style>
background-color css
<style>
a { background-color: #15A08B; }
a { background-color: rgb(21,160,139); }
div.DivClassName
{
background-color: #15A08B;
}
.BgClassName
{
background-color: #15A08B;
}
</style>
border-color css
<style>
span { border-color: #15A08B; }
span { border-color: rgb(21,160,139); }
td.TdClassName
{
border-color: #15A08B;
}
.TagClassName
{
border-color: #15A08B;
}
</style>