Shades of Niagara #18A593
Tints of Niagara #18A593
RGB
CMYK
RGB Variations
Color information
#18A593 (or 0x18A593) is known color: Niagara. HEX triplet: 18, A5 and 93. RGB value is (24,165,147). Sum of RGB (Red+Green+Blue) = 24+165+147=336 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.14% from 336); Green value is 165 (64.84% from 255 or 49.11% from 336); Blue value is 147 (57.81% from 255 or 43.75% from 336); Max value from RGB is 165 - color contains mainly: green. Hex color #18A593 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A593 is #E75A6C. Grayscale: #787878. Windows color (decimal): -15161965 or 9676056. OLE color: 9676056.
HSL color Cylindrical-coordinate representation of color #18A593: hue angle of 172.34º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A593 is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 24 | 165 | 147 | - |
| CMYK | 0.85 | 0 | 0.11 | 0.35 |
| HSL | 172.34º | 0.75% | 0.37% | - |
| HSV(B) | 172.34º | 0.85% | 0.65% | - |
| XYZ | 19.1 | 29.21 | 32.24 | - |
| YUV | 120.79 | 142.79 | 58.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 165 | 147 | 0.85 | 0 | 0.11 | 0.35 | 172.34 | 0.75 | 0.37 |
| Hex | 18 | A5 | 93 | 55 | 0 | B | 23 | AC | 4B | 25 |
| Octal | 30 | 245 | 223 | 125 | 0 | 13 | 43 | 254 | 113 | 45 |
| Binary | 11000 | 10100101 | 10010011 | 1010101 | 0 | 1011 | 100011 | 10101100 | 1001011 | 100101 |
Color Harmonies of #18A593
Complementary color
Monochromatic Colors of #18A593
Black with #18A593
Text Example
Text Example
White with #18A593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A593; }
p { color: rgb(24,165,147); }
H1.HeaderClassName
{
color: #18A593;
}
.AnyTagClassName
{
color: #18A593;
}
</style>
background-color css
<style>
a { background-color: #18A593; }
a { background-color: rgb(24,165,147); }
div.DivClassName
{
background-color: #18A593;
}
.BgClassName
{
background-color: #18A593;
}
</style>
border-color css
<style>
span { border-color: #18A593; }
span { border-color: rgb(24,165,147); }
td.TdClassName
{
border-color: #18A593;
}
.TagClassName
{
border-color: #18A593;
}
</style>