Shades of Niagara #18A28A
Tints of Niagara #18A28A
RGB
CMYK
RGB Variations
Color information
#18A28A (or 0x18A28A) is known color: Niagara. HEX triplet: 18, A2 and 8A. RGB value is (24,162,138). Sum of RGB (Red+Green+Blue) = 24+162+138=324 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.41% from 324); Green value is 162 (63.67% from 255 or 50% from 324); Blue value is 138 (54.30% from 255 or 42.59% from 324); Max value from RGB is 162 - color contains mainly: green. Hex color #18A28A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A28A is #E75D75. Grayscale: #757575. Windows color (decimal): -15162742 or 9085464. OLE color: 9085464.
HSL color Cylindrical-coordinate representation of color #18A28A: hue angle of 169.57º 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 #18A28A is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 162 | 138 | - |
| CMYK | 0.85 | 0 | 0.15 | 0.36 |
| HSL | 169.57º | 0.74% | 0.36% | - |
| HSV(B) | 169.57º | 0.85% | 0.64% | - |
| XYZ | 17.88 | 27.87 | 28.48 | - |
| YUV | 118 | 139.28 | 60.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 162 | 138 | 0.85 | 0 | 0.15 | 0.36 | 169.57 | 0.74 | 0.36 |
| Hex | 18 | A2 | 8A | 55 | 0 | F | 24 | AA | 4A | 24 |
| Octal | 30 | 242 | 212 | 125 | 0 | 17 | 44 | 252 | 112 | 44 |
| Binary | 11000 | 10100010 | 10001010 | 1010101 | 0 | 1111 | 100100 | 10101010 | 1001010 | 100100 |
Color Harmonies of #18A28A
Complementary color
Monochromatic Colors of #18A28A
Black with #18A28A
Text Example
Text Example
White with #18A28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A28A; }
p { color: rgb(24,162,138); }
H1.HeaderClassName
{
color: #18A28A;
}
.AnyTagClassName
{
color: #18A28A;
}
</style>
background-color css
<style>
a { background-color: #18A28A; }
a { background-color: rgb(24,162,138); }
div.DivClassName
{
background-color: #18A28A;
}
.BgClassName
{
background-color: #18A28A;
}
</style>
border-color css
<style>
span { border-color: #18A28A; }
span { border-color: rgb(24,162,138); }
td.TdClassName
{
border-color: #18A28A;
}
.TagClassName
{
border-color: #18A28A;
}
</style>