Shades of Niagara #2AA18A
Tints of Niagara #2AA18A
RGB
CMYK
RGB Variations
Color information
#2AA18A (or 0x2AA18A) is known color: Niagara. HEX triplet: 2A, A1 and 8A. RGB value is (42,161,138). Sum of RGB (Red+Green+Blue) = 42+161+138=341 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.32% from 341); Green value is 161 (63.28% from 255 or 47.21% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 161 - color contains mainly: green. Hex color #2AA18A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AA18A is #D55E75. Grayscale: #7A7A7A. Windows color (decimal): -13983350 or 9085226. OLE color: 9085226.
HSL color Cylindrical-coordinate representation of color #2AA18A: hue angle of 168.4º 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 #2AA18A is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 42 | 161 | 138 | - |
| CMYK | 0.74 | 0 | 0.14 | 0.37 |
| HSL | 168.4º | 0.59% | 0.4% | - |
| HSV(B) | 168.4º | 0.74% | 0.63% | - |
| XYZ | 18.29 | 27.82 | 28.45 | - |
| YUV | 122.8 | 136.58 | 70.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 161 | 138 | 0.74 | 0 | 0.14 | 0.37 | 168.4 | 0.59 | 0.4 |
| Hex | 2A | A1 | 8A | 4A | 0 | E | 25 | A8 | 3B | 28 |
| Octal | 52 | 241 | 212 | 112 | 0 | 16 | 45 | 250 | 73 | 50 |
| Binary | 101010 | 10100001 | 10001010 | 1001010 | 0 | 1110 | 100101 | 10101000 | 111011 | 101000 |
Color Harmonies of #2AA18A
Complementary color
Monochromatic Colors of #2AA18A
Black with #2AA18A
Text Example
Text Example
White with #2AA18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA18A; }
p { color: rgb(42,161,138); }
H1.HeaderClassName
{
color: #2AA18A;
}
.AnyTagClassName
{
color: #2AA18A;
}
</style>
background-color css
<style>
a { background-color: #2AA18A; }
a { background-color: rgb(42,161,138); }
div.DivClassName
{
background-color: #2AA18A;
}
.BgClassName
{
background-color: #2AA18A;
}
</style>
border-color css
<style>
span { border-color: #2AA18A; }
span { border-color: rgb(42,161,138); }
td.TdClassName
{
border-color: #2AA18A;
}
.TagClassName
{
border-color: #2AA18A;
}
</style>