Shades of Niagara #18A186
Tints of Niagara #18A186
RGB
CMYK
RGB Variations
Color information
#18A186 (or 0x18A186) is known color: Niagara. HEX triplet: 18, A1 and 86. RGB value is (24,161,134). Sum of RGB (Red+Green+Blue) = 24+161+134=319 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.52% from 319); Green value is 161 (63.28% from 255 or 50.47% from 319); Blue value is 134 (52.73% from 255 or 42.01% from 319); Max value from RGB is 161 - color contains mainly: green. Hex color #18A186 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A186 is #E75E79. Grayscale: #747474. Windows color (decimal): -15163002 or 8823064. OLE color: 8823064.
HSL color Cylindrical-coordinate representation of color #18A186: hue angle of 168.18º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A186 is Cyan = 0.85, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 161 | 134 | - |
| CMYK | 0.85 | 0 | 0.17 | 0.37 |
| HSL | 168.18º | 0.74% | 0.36% | - |
| HSV(B) | 168.18º | 0.85% | 0.63% | - |
| XYZ | 17.42 | 27.41 | 26.93 | - |
| YUV | 116.96 | 137.61 | 61.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 161 | 134 | 0.85 | 0 | 0.17 | 0.37 | 168.18 | 0.74 | 0.36 |
| Hex | 18 | A1 | 86 | 55 | 0 | 11 | 25 | A8 | 4A | 24 |
| Octal | 30 | 241 | 206 | 125 | 0 | 21 | 45 | 250 | 112 | 44 |
| Binary | 11000 | 10100001 | 10000110 | 1010101 | 0 | 10001 | 100101 | 10101000 | 1001010 | 100100 |
Color Harmonies of #18A186
Complementary color
Monochromatic Colors of #18A186
Black with #18A186
Text Example
Text Example
White with #18A186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A186; }
p { color: rgb(24,161,134); }
H1.HeaderClassName
{
color: #18A186;
}
.AnyTagClassName
{
color: #18A186;
}
</style>
background-color css
<style>
a { background-color: #18A186; }
a { background-color: rgb(24,161,134); }
div.DivClassName
{
background-color: #18A186;
}
.BgClassName
{
background-color: #18A186;
}
</style>
border-color css
<style>
span { border-color: #18A186; }
span { border-color: rgb(24,161,134); }
td.TdClassName
{
border-color: #18A186;
}
.TagClassName
{
border-color: #18A186;
}
</style>