Shades of Niagara #18A084
Tints of Niagara #18A084
RGB
CMYK
RGB Variations
Color information
#18A084 (or 0x18A084) is known color: Niagara. HEX triplet: 18, A0 and 84. RGB value is (24,160,132). Sum of RGB (Red+Green+Blue) = 24+160+132=316 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.59% from 316); Green value is 160 (62.89% from 255 or 50.63% from 316); Blue value is 132 (51.95% from 255 or 41.77% from 316); Max value from RGB is 160 - color contains mainly: green. Hex color #18A084 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A084 is #E75F7B. Grayscale: #747474. Windows color (decimal): -15163260 or 8691736. OLE color: 8691736.
HSL color Cylindrical-coordinate representation of color #18A084: hue angle of 167.65º 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 #18A084 is Cyan = 0.85, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 160 | 132 | - |
| CMYK | 0.85 | 0 | 0.17 | 0.37 |
| HSL | 167.65º | 0.74% | 0.36% | - |
| HSV(B) | 167.65º | 0.85% | 0.63% | - |
| XYZ | 17.11 | 27 | 26.14 | - |
| YUV | 116.14 | 136.94 | 62.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 160 | 132 | 0.85 | 0 | 0.17 | 0.37 | 167.65 | 0.74 | 0.36 |
| Hex | 18 | A0 | 84 | 55 | 0 | 11 | 25 | A8 | 4A | 24 |
| Octal | 30 | 240 | 204 | 125 | 0 | 21 | 45 | 250 | 112 | 44 |
| Binary | 11000 | 10100000 | 10000100 | 1010101 | 0 | 10001 | 100101 | 10101000 | 1001010 | 100100 |
Color Harmonies of #18A084
Complementary color
Monochromatic Colors of #18A084
Black with #18A084
Text Example
Text Example
White with #18A084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A084; }
p { color: rgb(24,160,132); }
H1.HeaderClassName
{
color: #18A084;
}
.AnyTagClassName
{
color: #18A084;
}
</style>
background-color css
<style>
a { background-color: #18A084; }
a { background-color: rgb(24,160,132); }
div.DivClassName
{
background-color: #18A084;
}
.BgClassName
{
background-color: #18A084;
}
</style>
border-color css
<style>
span { border-color: #18A084; }
span { border-color: rgb(24,160,132); }
td.TdClassName
{
border-color: #18A084;
}
.TagClassName
{
border-color: #18A084;
}
</style>