Shades of Niagara #18A794
Tints of Niagara #18A794
RGB
CMYK
RGB Variations
Color information
#18A794 (or 0x18A794) is known color: Niagara. HEX triplet: 18, A7 and 94. RGB value is (24,167,148). Sum of RGB (Red+Green+Blue) = 24+167+148=339 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.08% from 339); Green value is 167 (65.62% from 255 or 49.26% from 339); Blue value is 148 (58.20% from 255 or 43.66% from 339); Max value from RGB is 167 - color contains mainly: green. Hex color #18A794 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A794 is #E7586B. Grayscale: #7A7A7A. Windows color (decimal): -15161452 or 9742104. OLE color: 9742104.
HSL color Cylindrical-coordinate representation of color #18A794: hue angle of 172.03º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18A794 is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 24 | 167 | 148 | - |
| CMYK | 0.86 | 0 | 0.11 | 0.35 |
| HSL | 172.03º | 0.75% | 0.37% | - |
| HSV(B) | 172.03º | 0.86% | 0.65% | - |
| XYZ | 19.54 | 29.97 | 32.77 | - |
| YUV | 122.08 | 142.62 | 58.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 167 | 148 | 0.86 | 0 | 0.11 | 0.35 | 172.03 | 0.75 | 0.37 |
| Hex | 18 | A7 | 94 | 56 | 0 | B | 23 | AC | 4B | 25 |
| Octal | 30 | 247 | 224 | 126 | 0 | 13 | 43 | 254 | 113 | 45 |
| Binary | 11000 | 10100111 | 10010100 | 1010110 | 0 | 1011 | 100011 | 10101100 | 1001011 | 100101 |
Color Harmonies of #18A794
Complementary color
Monochromatic Colors of #18A794
Black with #18A794
Text Example
Text Example
White with #18A794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A794; }
p { color: rgb(24,167,148); }
H1.HeaderClassName
{
color: #18A794;
}
.AnyTagClassName
{
color: #18A794;
}
</style>
background-color css
<style>
a { background-color: #18A794; }
a { background-color: rgb(24,167,148); }
div.DivClassName
{
background-color: #18A794;
}
.BgClassName
{
background-color: #18A794;
}
</style>
border-color css
<style>
span { border-color: #18A794; }
span { border-color: rgb(24,167,148); }
td.TdClassName
{
border-color: #18A794;
}
.TagClassName
{
border-color: #18A794;
}
</style>