Shades of Niagara #2AB594
Tints of Niagara #2AB594
RGB
CMYK
RGB Variations
Color information
#2AB594 (or 0x2AB594) is known color: Niagara. HEX triplet: 2A, B5 and 94. RGB value is (42,181,148). Sum of RGB (Red+Green+Blue) = 42+181+148=371 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.32% from 371); Green value is 181 (71.09% from 255 or 48.79% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 181 - color contains mainly: green. Hex color #2AB594 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB594 is #D54A6B. Grayscale: #878787. Windows color (decimal): -13978220 or 9745706. OLE color: 9745706.
HSL color Cylindrical-coordinate representation of color #2AB594: hue angle of 165.76º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB594 is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 181 | 148 | - |
| CMYK | 0.77 | 0 | 0.18 | 0.29 |
| HSL | 165.76º | 0.62% | 0.44% | - |
| HSV(B) | 165.76º | 0.77% | 0.71% | - |
| XYZ | 22.82 | 35.68 | 33.7 | - |
| YUV | 135.68 | 134.95 | 61.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 181 | 148 | 0.77 | 0 | 0.18 | 0.29 | 165.76 | 0.62 | 0.44 |
| Hex | 2A | B5 | 94 | 4D | 0 | 12 | 1D | A6 | 3E | 2C |
| Octal | 52 | 265 | 224 | 115 | 0 | 22 | 35 | 246 | 76 | 54 |
| Binary | 101010 | 10110101 | 10010100 | 1001101 | 0 | 10010 | 11101 | 10100110 | 111110 | 101100 |
Color Harmonies of #2AB594
Complementary color
Monochromatic Colors of #2AB594
Black with #2AB594
Text Example
Text Example
White with #2AB594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB594; }
p { color: rgb(42,181,148); }
H1.HeaderClassName
{
color: #2AB594;
}
.AnyTagClassName
{
color: #2AB594;
}
</style>
background-color css
<style>
a { background-color: #2AB594; }
a { background-color: rgb(42,181,148); }
div.DivClassName
{
background-color: #2AB594;
}
.BgClassName
{
background-color: #2AB594;
}
</style>
border-color css
<style>
span { border-color: #2AB594; }
span { border-color: rgb(42,181,148); }
td.TdClassName
{
border-color: #2AB594;
}
.TagClassName
{
border-color: #2AB594;
}
</style>