Shades of Niagara #18A38B
Tints of Niagara #18A38B
RGB
CMYK
RGB Variations
Color information
#18A38B (or 0x18A38B) is known color: Niagara. HEX triplet: 18, A3 and 8B. RGB value is (24,163,139). Sum of RGB (Red+Green+Blue) = 24+163+139=326 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.36% from 326); Green value is 163 (64.06% from 255 or 50% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 163 - color contains mainly: green. Hex color #18A38B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A38B is #E75C74. Grayscale: #767676. Windows color (decimal): -15162485 or 9151256. OLE color: 9151256.
HSL color Cylindrical-coordinate representation of color #18A38B: hue angle of 169.64º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A38B is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 163 | 139 | - |
| CMYK | 0.85 | 0 | 0.15 | 0.36 |
| HSL | 169.64º | 0.74% | 0.37% | - |
| HSV(B) | 169.64º | 0.85% | 0.64% | - |
| XYZ | 18.13 | 28.25 | 28.92 | - |
| YUV | 118.7 | 139.45 | 60.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 163 | 139 | 0.85 | 0 | 0.15 | 0.36 | 169.64 | 0.74 | 0.37 |
| Hex | 18 | A3 | 8B | 55 | 0 | F | 24 | AA | 4A | 25 |
| Octal | 30 | 243 | 213 | 125 | 0 | 17 | 44 | 252 | 112 | 45 |
| Binary | 11000 | 10100011 | 10001011 | 1010101 | 0 | 1111 | 100100 | 10101010 | 1001010 | 100101 |
Color Harmonies of #18A38B
Complementary color
Monochromatic Colors of #18A38B
Black with #18A38B
Text Example
Text Example
White with #18A38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A38B; }
p { color: rgb(24,163,139); }
H1.HeaderClassName
{
color: #18A38B;
}
.AnyTagClassName
{
color: #18A38B;
}
</style>
background-color css
<style>
a { background-color: #18A38B; }
a { background-color: rgb(24,163,139); }
div.DivClassName
{
background-color: #18A38B;
}
.BgClassName
{
background-color: #18A38B;
}
</style>
border-color css
<style>
span { border-color: #18A38B; }
span { border-color: rgb(24,163,139); }
td.TdClassName
{
border-color: #18A38B;
}
.TagClassName
{
border-color: #18A38B;
}
</style>