Shades of Niagara #2AA18D
Tints of Niagara #2AA18D
RGB
CMYK
RGB Variations
Color information
#2AA18D (or 0x2AA18D) is known color: Niagara. HEX triplet: 2A, A1 and 8D. RGB value is (42,161,141). Sum of RGB (Red+Green+Blue) = 42+161+141=344 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.21% from 344); Green value is 161 (63.28% from 255 or 46.80% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 161 - color contains mainly: green. Hex color #2AA18D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AA18D is #D55E72. Grayscale: #7B7B7B. Windows color (decimal): -13983347 or 9281834. OLE color: 9281834.
HSL color Cylindrical-coordinate representation of color #2AA18D: hue angle of 169.92º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2AA18D is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 42 | 161 | 141 | - |
| CMYK | 0.74 | 0 | 0.12 | 0.37 |
| HSL | 169.92º | 0.59% | 0.4% | - |
| HSV(B) | 169.92º | 0.74% | 0.63% | - |
| XYZ | 18.51 | 27.91 | 29.61 | - |
| YUV | 123.14 | 138.08 | 70.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 161 | 141 | 0.74 | 0 | 0.12 | 0.37 | 169.92 | 0.59 | 0.4 |
| Hex | 2A | A1 | 8D | 4A | 0 | C | 25 | AA | 3B | 28 |
| Octal | 52 | 241 | 215 | 112 | 0 | 14 | 45 | 252 | 73 | 50 |
| Binary | 101010 | 10100001 | 10001101 | 1001010 | 0 | 1100 | 100101 | 10101010 | 111011 | 101000 |
Color Harmonies of #2AA18D
Complementary color
Monochromatic Colors of #2AA18D
Black with #2AA18D
Text Example
Text Example
White with #2AA18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA18D; }
p { color: rgb(42,161,141); }
H1.HeaderClassName
{
color: #2AA18D;
}
.AnyTagClassName
{
color: #2AA18D;
}
</style>
background-color css
<style>
a { background-color: #2AA18D; }
a { background-color: rgb(42,161,141); }
div.DivClassName
{
background-color: #2AA18D;
}
.BgClassName
{
background-color: #2AA18D;
}
</style>
border-color css
<style>
span { border-color: #2AA18D; }
span { border-color: rgb(42,161,141); }
td.TdClassName
{
border-color: #2AA18D;
}
.TagClassName
{
border-color: #2AA18D;
}
</style>