Shades of Niagara #18A58D
Tints of Niagara #18A58D
RGB
CMYK
RGB Variations
Color information
#18A58D (or 0x18A58D) is known color: Niagara. HEX triplet: 18, A5 and 8D. RGB value is (24,165,141). Sum of RGB (Red+Green+Blue) = 24+165+141=330 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.27% from 330); Green value is 165 (64.84% from 255 or 50% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 165 - color contains mainly: green. Hex color #18A58D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A58D is #E75A72. Grayscale: #787878. Windows color (decimal): -15161971 or 9282840. OLE color: 9282840.
HSL color Cylindrical-coordinate representation of color #18A58D: hue angle of 169.79º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A58D is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 24 | 165 | 141 | - |
| CMYK | 0.85 | 0 | 0.15 | 0.35 |
| HSL | 169.79º | 0.75% | 0.37% | - |
| HSV(B) | 169.79º | 0.85% | 0.65% | - |
| XYZ | 18.64 | 29.03 | 29.82 | - |
| YUV | 120.11 | 139.79 | 59.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 165 | 141 | 0.85 | 0 | 0.15 | 0.35 | 169.79 | 0.75 | 0.37 |
| Hex | 18 | A5 | 8D | 55 | 0 | F | 23 | AA | 4B | 25 |
| Octal | 30 | 245 | 215 | 125 | 0 | 17 | 43 | 252 | 113 | 45 |
| Binary | 11000 | 10100101 | 10001101 | 1010101 | 0 | 1111 | 100011 | 10101010 | 1001011 | 100101 |
Color Harmonies of #18A58D
Complementary color
Monochromatic Colors of #18A58D
Black with #18A58D
Text Example
Text Example
White with #18A58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A58D; }
p { color: rgb(24,165,141); }
H1.HeaderClassName
{
color: #18A58D;
}
.AnyTagClassName
{
color: #18A58D;
}
</style>
background-color css
<style>
a { background-color: #18A58D; }
a { background-color: rgb(24,165,141); }
div.DivClassName
{
background-color: #18A58D;
}
.BgClassName
{
background-color: #18A58D;
}
</style>
border-color css
<style>
span { border-color: #18A58D; }
span { border-color: rgb(24,165,141); }
td.TdClassName
{
border-color: #18A58D;
}
.TagClassName
{
border-color: #18A58D;
}
</style>