Shades of Niagara #18A997
Tints of Niagara #18A997
RGB
CMYK
RGB Variations
Color information
#18A997 (or 0x18A997) is known color: Niagara. HEX triplet: 18, A9 and 97. RGB value is (24,169,151). Sum of RGB (Red+Green+Blue) = 24+169+151=344 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.98% from 344); Green value is 169 (66.41% from 255 or 49.13% from 344); Blue value is 151 (59.38% from 255 or 43.90% from 344); Max value from RGB is 169 - color contains mainly: green. Hex color #18A997 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A997 is #E75668. Grayscale: #7B7B7B. Windows color (decimal): -15160937 or 9939224. OLE color: 9939224.
HSL color Cylindrical-coordinate representation of color #18A997: hue angle of 172.55º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18A997 is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 24 | 169 | 151 | - |
| CMYK | 0.86 | 0 | 0.11 | 0.34 |
| HSL | 172.55º | 0.75% | 0.38% | - |
| HSV(B) | 172.55º | 0.86% | 0.66% | - |
| XYZ | 20.15 | 30.8 | 34.16 | - |
| YUV | 123.59 | 143.46 | 56.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 169 | 151 | 0.86 | 0 | 0.11 | 0.34 | 172.55 | 0.75 | 0.38 |
| Hex | 18 | A9 | 97 | 56 | 0 | B | 22 | AD | 4B | 26 |
| Octal | 30 | 251 | 227 | 126 | 0 | 13 | 42 | 255 | 113 | 46 |
| Binary | 11000 | 10101001 | 10010111 | 1010110 | 0 | 1011 | 100010 | 10101101 | 1001011 | 100110 |
Color Harmonies of #18A997
Complementary color
Monochromatic Colors of #18A997
Black with #18A997
Text Example
Text Example
White with #18A997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A997; }
p { color: rgb(24,169,151); }
H1.HeaderClassName
{
color: #18A997;
}
.AnyTagClassName
{
color: #18A997;
}
</style>
background-color css
<style>
a { background-color: #18A997; }
a { background-color: rgb(24,169,151); }
div.DivClassName
{
background-color: #18A997;
}
.BgClassName
{
background-color: #18A997;
}
</style>
border-color css
<style>
span { border-color: #18A997; }
span { border-color: rgb(24,169,151); }
td.TdClassName
{
border-color: #18A997;
}
.TagClassName
{
border-color: #18A997;
}
</style>