Shades of Niagara #2ABA95
Tints of Niagara #2ABA95
RGB
CMYK
RGB Variations
Color information
#2ABA95 (or 0x2ABA95) is known color: Niagara. HEX triplet: 2A, BA and 95. RGB value is (42,186,149). Sum of RGB (Red+Green+Blue) = 42+186+149=377 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.14% from 377); Green value is 186 (73.05% from 255 or 49.34% from 377); Blue value is 149 (58.59% from 255 or 39.52% from 377); Max value from RGB is 186 - color contains mainly: green. Hex color #2ABA95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABA95 is #D5456A. Grayscale: #8A8A8A. Windows color (decimal): -13976939 or 9812522. OLE color: 9812522.
HSL color Cylindrical-coordinate representation of color #2ABA95: hue angle of 164.58º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2ABA95 is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 186 | 149 | - |
| CMYK | 0.77 | 0 | 0.20 | 0.27 |
| HSL | 164.58º | 0.63% | 0.45% | - |
| HSV(B) | 164.58º | 0.77% | 0.73% | - |
| XYZ | 23.94 | 37.78 | 34.46 | - |
| YUV | 138.73 | 133.79 | 59.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 186 | 149 | 0.77 | 0 | 0.20 | 0.27 | 164.58 | 0.63 | 0.45 |
| Hex | 2A | BA | 95 | 4D | 0 | 14 | 1B | A5 | 3F | 2D |
| Octal | 52 | 272 | 225 | 115 | 0 | 24 | 33 | 245 | 77 | 55 |
| Binary | 101010 | 10111010 | 10010101 | 1001101 | 0 | 10100 | 11011 | 10100101 | 111111 | 101101 |
Color Harmonies of #2ABA95
Complementary color
Monochromatic Colors of #2ABA95
Black with #2ABA95
Text Example
Text Example
White with #2ABA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABA95; }
p { color: rgb(42,186,149); }
H1.HeaderClassName
{
color: #2ABA95;
}
.AnyTagClassName
{
color: #2ABA95;
}
</style>
background-color css
<style>
a { background-color: #2ABA95; }
a { background-color: rgb(42,186,149); }
div.DivClassName
{
background-color: #2ABA95;
}
.BgClassName
{
background-color: #2ABA95;
}
</style>
border-color css
<style>
span { border-color: #2ABA95; }
span { border-color: rgb(42,186,149); }
td.TdClassName
{
border-color: #2ABA95;
}
.TagClassName
{
border-color: #2ABA95;
}
</style>