Shades of Niagara #18A28D
Tints of Niagara #18A28D
RGB
CMYK
RGB Variations
Color information
#18A28D (or 0x18A28D) is known color: Niagara. HEX triplet: 18, A2 and 8D. RGB value is (24,162,141). Sum of RGB (Red+Green+Blue) = 24+162+141=327 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.34% from 327); Green value is 162 (63.67% from 255 or 49.54% from 327); Blue value is 141 (55.47% from 255 or 43.12% from 327); Max value from RGB is 162 - color contains mainly: green. Hex color #18A28D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A28D is #E75D72. Grayscale: #767676. Windows color (decimal): -15162739 or 9282072. OLE color: 9282072.
HSL color Cylindrical-coordinate representation of color #18A28D: hue angle of 170.87º 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 #18A28D is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 162 | 141 | - |
| CMYK | 0.85 | 0 | 0.13 | 0.36 |
| HSL | 170.87º | 0.74% | 0.36% | - |
| HSV(B) | 170.87º | 0.85% | 0.64% | - |
| XYZ | 18.1 | 27.96 | 29.64 | - |
| YUV | 118.34 | 140.78 | 60.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 162 | 141 | 0.85 | 0 | 0.13 | 0.36 | 170.87 | 0.74 | 0.36 |
| Hex | 18 | A2 | 8D | 55 | 0 | D | 24 | AB | 4A | 24 |
| Octal | 30 | 242 | 215 | 125 | 0 | 15 | 44 | 253 | 112 | 44 |
| Binary | 11000 | 10100010 | 10001101 | 1010101 | 0 | 1101 | 100100 | 10101011 | 1001010 | 100100 |
Color Harmonies of #18A28D
Complementary color
Monochromatic Colors of #18A28D
Black with #18A28D
Text Example
Text Example
White with #18A28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A28D; }
p { color: rgb(24,162,141); }
H1.HeaderClassName
{
color: #18A28D;
}
.AnyTagClassName
{
color: #18A28D;
}
</style>
background-color css
<style>
a { background-color: #18A28D; }
a { background-color: rgb(24,162,141); }
div.DivClassName
{
background-color: #18A28D;
}
.BgClassName
{
background-color: #18A28D;
}
</style>
border-color css
<style>
span { border-color: #18A28D; }
span { border-color: rgb(24,162,141); }
td.TdClassName
{
border-color: #18A28D;
}
.TagClassName
{
border-color: #18A28D;
}
</style>