Shades of Niagara #2AA78D
Tints of Niagara #2AA78D
RGB
CMYK
RGB Variations
Color information
#2AA78D (or 0x2AA78D) is known color: Niagara. HEX triplet: 2A, A7 and 8D. RGB value is (42,167,141). Sum of RGB (Red+Green+Blue) = 42+167+141=350 (46% of max value = 765). Red value is 42 (16.80% from 255 or 12% from 350); Green value is 167 (65.62% from 255 or 47.71% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 167 - color contains mainly: green. Hex color #2AA78D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AA78D is #D55872. Grayscale: #7E7E7E. Windows color (decimal): -13981811 or 9283370. OLE color: 9283370.
HSL color Cylindrical-coordinate representation of color #2AA78D: hue angle of 167.52º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AA78D is Cyan = 0.75, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 42 | 167 | 141 | - |
| CMYK | 0.75 | 0 | 0.16 | 0.35 |
| HSL | 167.52º | 0.6% | 0.41% | - |
| HSV(B) | 167.52º | 0.75% | 0.65% | - |
| XYZ | 19.58 | 30.05 | 29.97 | - |
| YUV | 126.66 | 136.09 | 67.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 167 | 141 | 0.75 | 0 | 0.16 | 0.35 | 167.52 | 0.6 | 0.41 |
| Hex | 2A | A7 | 8D | 4B | 0 | 10 | 23 | A8 | 3C | 29 |
| Octal | 52 | 247 | 215 | 113 | 0 | 20 | 43 | 250 | 74 | 51 |
| Binary | 101010 | 10100111 | 10001101 | 1001011 | 0 | 10000 | 100011 | 10101000 | 111100 | 101001 |
Color Harmonies of #2AA78D
Complementary color
Monochromatic Colors of #2AA78D
Black with #2AA78D
Text Example
Text Example
White with #2AA78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA78D; }
p { color: rgb(42,167,141); }
H1.HeaderClassName
{
color: #2AA78D;
}
.AnyTagClassName
{
color: #2AA78D;
}
</style>
background-color css
<style>
a { background-color: #2AA78D; }
a { background-color: rgb(42,167,141); }
div.DivClassName
{
background-color: #2AA78D;
}
.BgClassName
{
background-color: #2AA78D;
}
</style>
border-color css
<style>
span { border-color: #2AA78D; }
span { border-color: rgb(42,167,141); }
td.TdClassName
{
border-color: #2AA78D;
}
.TagClassName
{
border-color: #2AA78D;
}
</style>