Shades of Niagara #2AAA8D
Tints of Niagara #2AAA8D
RGB
CMYK
RGB Variations
Color information
#2AAA8D (or 0x2AAA8D) is known color: Niagara. HEX triplet: 2A, AA and 8D. RGB value is (42,170,141). Sum of RGB (Red+Green+Blue) = 42+170+141=353 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.90% from 353); Green value is 170 (66.80% from 255 or 48.16% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 170 - color contains mainly: green. Hex color #2AAA8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AAA8D is #D55572. Grayscale: #808080. Windows color (decimal): -13981043 or 9284138. OLE color: 9284138.
HSL color Cylindrical-coordinate representation of color #2AAA8D: hue angle of 166.41º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AAA8D is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 170 | 141 | - |
| CMYK | 0.75 | 0 | 0.17 | 0.33 |
| HSL | 166.41º | 0.6% | 0.42% | - |
| HSV(B) | 166.41º | 0.75% | 0.67% | - |
| XYZ | 20.14 | 31.16 | 30.15 | - |
| YUV | 128.42 | 135.09 | 66.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 170 | 141 | 0.75 | 0 | 0.17 | 0.33 | 166.41 | 0.6 | 0.42 |
| Hex | 2A | AA | 8D | 4B | 0 | 11 | 21 | A6 | 3C | 2A |
| Octal | 52 | 252 | 215 | 113 | 0 | 21 | 41 | 246 | 74 | 52 |
| Binary | 101010 | 10101010 | 10001101 | 1001011 | 0 | 10001 | 100001 | 10100110 | 111100 | 101010 |
Color Harmonies of #2AAA8D
Complementary color
Monochromatic Colors of #2AAA8D
Black with #2AAA8D
Text Example
Text Example
White with #2AAA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAA8D; }
p { color: rgb(42,170,141); }
H1.HeaderClassName
{
color: #2AAA8D;
}
.AnyTagClassName
{
color: #2AAA8D;
}
</style>
background-color css
<style>
a { background-color: #2AAA8D; }
a { background-color: rgb(42,170,141); }
div.DivClassName
{
background-color: #2AAA8D;
}
.BgClassName
{
background-color: #2AAA8D;
}
</style>
border-color css
<style>
span { border-color: #2AAA8D; }
span { border-color: rgb(42,170,141); }
td.TdClassName
{
border-color: #2AAA8D;
}
.TagClassName
{
border-color: #2AAA8D;
}
</style>