Shades of Niagara #18A288
Tints of Niagara #18A288
RGB
CMYK
RGB Variations
Color information
#18A288 (or 0x18A288) is known color: Niagara. HEX triplet: 18, A2 and 88. RGB value is (24,162,136). Sum of RGB (Red+Green+Blue) = 24+162+136=322 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.45% from 322); Green value is 162 (63.67% from 255 or 50.31% from 322); Blue value is 136 (53.52% from 255 or 42.24% from 322); Max value from RGB is 162 - color contains mainly: green. Hex color #18A288 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A288 is #E75D77. Grayscale: #757575. Windows color (decimal): -15162744 or 8954392. OLE color: 8954392.
HSL color Cylindrical-coordinate representation of color #18A288: hue angle of 168.7º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A288 is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 162 | 136 | - |
| CMYK | 0.85 | 0 | 0.16 | 0.36 |
| HSL | 168.7º | 0.74% | 0.36% | - |
| HSV(B) | 168.7º | 0.85% | 0.64% | - |
| XYZ | 17.74 | 27.81 | 27.73 | - |
| YUV | 117.77 | 138.28 | 61.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 162 | 136 | 0.85 | 0 | 0.16 | 0.36 | 168.7 | 0.74 | 0.36 |
| Hex | 18 | A2 | 88 | 55 | 0 | 10 | 24 | A9 | 4A | 24 |
| Octal | 30 | 242 | 210 | 125 | 0 | 20 | 44 | 251 | 112 | 44 |
| Binary | 11000 | 10100010 | 10001000 | 1010101 | 0 | 10000 | 100100 | 10101001 | 1001010 | 100100 |
Color Harmonies of #18A288
Complementary color
Monochromatic Colors of #18A288
Black with #18A288
Text Example
Text Example
White with #18A288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A288; }
p { color: rgb(24,162,136); }
H1.HeaderClassName
{
color: #18A288;
}
.AnyTagClassName
{
color: #18A288;
}
</style>
background-color css
<style>
a { background-color: #18A288; }
a { background-color: rgb(24,162,136); }
div.DivClassName
{
background-color: #18A288;
}
.BgClassName
{
background-color: #18A288;
}
</style>
border-color css
<style>
span { border-color: #18A288; }
span { border-color: rgb(24,162,136); }
td.TdClassName
{
border-color: #18A288;
}
.TagClassName
{
border-color: #18A288;
}
</style>