Shades of Niagara #18A289
Tints of Niagara #18A289
RGB
CMYK
RGB Variations
Color information
#18A289 (or 0x18A289) is known color: Niagara. HEX triplet: 18, A2 and 89. RGB value is (24,162,137). Sum of RGB (Red+Green+Blue) = 24+162+137=323 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.43% from 323); Green value is 162 (63.67% from 255 or 50.15% from 323); Blue value is 137 (53.91% from 255 or 42.41% from 323); Max value from RGB is 162 - color contains mainly: green. Hex color #18A289 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A289 is #E75D76. Grayscale: #757575. Windows color (decimal): -15162743 or 9019928. OLE color: 9019928.
HSL color Cylindrical-coordinate representation of color #18A289: hue angle of 169.13º 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 #18A289 is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 162 | 137 | - |
| CMYK | 0.85 | 0 | 0.15 | 0.36 |
| HSL | 169.13º | 0.74% | 0.36% | - |
| HSV(B) | 169.13º | 0.85% | 0.64% | - |
| XYZ | 17.81 | 27.84 | 28.1 | - |
| YUV | 117.89 | 138.78 | 61.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 162 | 137 | 0.85 | 0 | 0.15 | 0.36 | 169.13 | 0.74 | 0.36 |
| Hex | 18 | A2 | 89 | 55 | 0 | F | 24 | A9 | 4A | 24 |
| Octal | 30 | 242 | 211 | 125 | 0 | 17 | 44 | 251 | 112 | 44 |
| Binary | 11000 | 10100010 | 10001001 | 1010101 | 0 | 1111 | 100100 | 10101001 | 1001010 | 100100 |
Color Harmonies of #18A289
Complementary color
Monochromatic Colors of #18A289
Black with #18A289
Text Example
Text Example
White with #18A289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A289; }
p { color: rgb(24,162,137); }
H1.HeaderClassName
{
color: #18A289;
}
.AnyTagClassName
{
color: #18A289;
}
</style>
background-color css
<style>
a { background-color: #18A289; }
a { background-color: rgb(24,162,137); }
div.DivClassName
{
background-color: #18A289;
}
.BgClassName
{
background-color: #18A289;
}
</style>
border-color css
<style>
span { border-color: #18A289; }
span { border-color: rgb(24,162,137); }
td.TdClassName
{
border-color: #18A289;
}
.TagClassName
{
border-color: #18A289;
}
</style>