Shades of Niagara #18A993
Tints of Niagara #18A993
RGB
CMYK
RGB Variations
Color information
#18A993 (or 0x18A993) is known color: Niagara. HEX triplet: 18, A9 and 93. RGB value is (24,169,147). Sum of RGB (Red+Green+Blue) = 24+169+147=340 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.06% from 340); Green value is 169 (66.41% from 255 or 49.71% from 340); Blue value is 147 (57.81% from 255 or 43.24% from 340); Max value from RGB is 169 - color contains mainly: green. Hex color #18A993 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A993 is #E7566C. Grayscale: #7B7B7B. Windows color (decimal): -15160941 or 9677080. OLE color: 9677080.
HSL color Cylindrical-coordinate representation of color #18A993: hue angle of 170.9º 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 #18A993 is Cyan = 0.86, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 24 | 169 | 147 | - |
| CMYK | 0.86 | 0 | 0.13 | 0.34 |
| HSL | 170.9º | 0.75% | 0.38% | - |
| HSV(B) | 170.9º | 0.86% | 0.66% | - |
| XYZ | 19.83 | 30.68 | 32.48 | - |
| YUV | 123.14 | 141.46 | 57.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 169 | 147 | 0.86 | 0 | 0.13 | 0.34 | 170.9 | 0.75 | 0.38 |
| Hex | 18 | A9 | 93 | 56 | 0 | D | 22 | AB | 4B | 26 |
| Octal | 30 | 251 | 223 | 126 | 0 | 15 | 42 | 253 | 113 | 46 |
| Binary | 11000 | 10101001 | 10010011 | 1010110 | 0 | 1101 | 100010 | 10101011 | 1001011 | 100110 |
Color Harmonies of #18A993
Complementary color
Monochromatic Colors of #18A993
Black with #18A993
Text Example
Text Example
White with #18A993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A993; }
p { color: rgb(24,169,147); }
H1.HeaderClassName
{
color: #18A993;
}
.AnyTagClassName
{
color: #18A993;
}
</style>
background-color css
<style>
a { background-color: #18A993; }
a { background-color: rgb(24,169,147); }
div.DivClassName
{
background-color: #18A993;
}
.BgClassName
{
background-color: #18A993;
}
</style>
border-color css
<style>
span { border-color: #18A993; }
span { border-color: rgb(24,169,147); }
td.TdClassName
{
border-color: #18A993;
}
.TagClassName
{
border-color: #18A993;
}
</style>