Shades of Niagara #18A28B
Tints of Niagara #18A28B
RGB
CMYK
RGB Variations
Color information
#18A28B (or 0x18A28B) is known color: Niagara. HEX triplet: 18, A2 and 8B. RGB value is (24,162,139). Sum of RGB (Red+Green+Blue) = 24+162+139=325 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.38% from 325); Green value is 162 (63.67% from 255 or 49.85% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 162 - color contains mainly: green. Hex color #18A28B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A28B is #E75D74. Grayscale: #767676. Windows color (decimal): -15162741 or 9151000. OLE color: 9151000.
HSL color Cylindrical-coordinate representation of color #18A28B: hue angle of 170º 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 #18A28B is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 162 | 139 | - |
| CMYK | 0.85 | 0 | 0.14 | 0.36 |
| HSL | 170º | 0.74% | 0.36% | - |
| HSV(B) | 170º | 0.85% | 0.64% | - |
| XYZ | 17.96 | 27.9 | 28.86 | - |
| YUV | 118.12 | 139.78 | 60.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 162 | 139 | 0.85 | 0 | 0.14 | 0.36 | 170 | 0.74 | 0.36 |
| Hex | 18 | A2 | 8B | 55 | 0 | E | 24 | AA | 4A | 24 |
| Octal | 30 | 242 | 213 | 125 | 0 | 16 | 44 | 252 | 112 | 44 |
| Binary | 11000 | 10100010 | 10001011 | 1010101 | 0 | 1110 | 100100 | 10101010 | 1001010 | 100100 |
Color Harmonies of #18A28B
Complementary color
Monochromatic Colors of #18A28B
Black with #18A28B
Text Example
Text Example
White with #18A28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A28B; }
p { color: rgb(24,162,139); }
H1.HeaderClassName
{
color: #18A28B;
}
.AnyTagClassName
{
color: #18A28B;
}
</style>
background-color css
<style>
a { background-color: #18A28B; }
a { background-color: rgb(24,162,139); }
div.DivClassName
{
background-color: #18A28B;
}
.BgClassName
{
background-color: #18A28B;
}
</style>
border-color css
<style>
span { border-color: #18A28B; }
span { border-color: rgb(24,162,139); }
td.TdClassName
{
border-color: #18A28B;
}
.TagClassName
{
border-color: #18A28B;
}
</style>