Shades of Niagara #18A88F
Tints of Niagara #18A88F
RGB
CMYK
RGB Variations
Color information
#18A88F (or 0x18A88F) is known color: Niagara. HEX triplet: 18, A8 and 8F. RGB value is (24,168,143). Sum of RGB (Red+Green+Blue) = 24+168+143=335 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.16% from 335); Green value is 168 (66.02% from 255 or 50.15% from 335); Blue value is 143 (56.25% from 255 or 42.69% from 335); Max value from RGB is 168 - color contains mainly: green. Hex color #18A88F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A88F is #E75770. Grayscale: #7A7A7A. Windows color (decimal): -15161201 or 9414680. OLE color: 9414680.
HSL color Cylindrical-coordinate representation of color #18A88F: hue angle of 169.58º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18A88F is Cyan = 0.86, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 24 | 168 | 143 | - |
| CMYK | 0.86 | 0 | 0.15 | 0.34 |
| HSL | 169.58º | 0.75% | 0.38% | - |
| HSV(B) | 169.58º | 0.86% | 0.66% | - |
| XYZ | 19.34 | 30.18 | 30.79 | - |
| YUV | 122.09 | 139.79 | 58.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 168 | 143 | 0.86 | 0 | 0.15 | 0.34 | 169.58 | 0.75 | 0.38 |
| Hex | 18 | A8 | 8F | 56 | 0 | F | 22 | AA | 4B | 26 |
| Octal | 30 | 250 | 217 | 126 | 0 | 17 | 42 | 252 | 113 | 46 |
| Binary | 11000 | 10101000 | 10001111 | 1010110 | 0 | 1111 | 100010 | 10101010 | 1001011 | 100110 |
Color Harmonies of #18A88F
Complementary color
Monochromatic Colors of #18A88F
Black with #18A88F
Text Example
Text Example
White with #18A88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A88F; }
p { color: rgb(24,168,143); }
H1.HeaderClassName
{
color: #18A88F;
}
.AnyTagClassName
{
color: #18A88F;
}
</style>
background-color css
<style>
a { background-color: #18A88F; }
a { background-color: rgb(24,168,143); }
div.DivClassName
{
background-color: #18A88F;
}
.BgClassName
{
background-color: #18A88F;
}
</style>
border-color css
<style>
span { border-color: #18A88F; }
span { border-color: rgb(24,168,143); }
td.TdClassName
{
border-color: #18A88F;
}
.TagClassName
{
border-color: #18A88F;
}
</style>