Shades of Niagara #2AB593
Tints of Niagara #2AB593
RGB
CMYK
RGB Variations
Color information
#2AB593 (or 0x2AB593) is known color: Niagara. HEX triplet: 2A, B5 and 93. RGB value is (42,181,147). Sum of RGB (Red+Green+Blue) = 42+181+147=370 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.35% from 370); Green value is 181 (71.09% from 255 or 48.92% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 181 - color contains mainly: green. Hex color #2AB593 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB593 is #D54A6C. Grayscale: #878787. Windows color (decimal): -13978221 or 9680170. OLE color: 9680170.
HSL color Cylindrical-coordinate representation of color #2AB593: hue angle of 165.32º 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 #2AB593 is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 181 | 147 | - |
| CMYK | 0.77 | 0 | 0.19 | 0.29 |
| HSL | 165.32º | 0.62% | 0.44% | - |
| HSV(B) | 165.32º | 0.77% | 0.71% | - |
| XYZ | 22.75 | 35.65 | 33.29 | - |
| YUV | 135.56 | 134.45 | 61.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 181 | 147 | 0.77 | 0 | 0.19 | 0.29 | 165.32 | 0.62 | 0.44 |
| Hex | 2A | B5 | 93 | 4D | 0 | 13 | 1D | A5 | 3E | 2C |
| Octal | 52 | 265 | 223 | 115 | 0 | 23 | 35 | 245 | 76 | 54 |
| Binary | 101010 | 10110101 | 10010011 | 1001101 | 0 | 10011 | 11101 | 10100101 | 111110 | 101100 |
Color Harmonies of #2AB593
Complementary color
Monochromatic Colors of #2AB593
Black with #2AB593
Text Example
Text Example
White with #2AB593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB593; }
p { color: rgb(42,181,147); }
H1.HeaderClassName
{
color: #2AB593;
}
.AnyTagClassName
{
color: #2AB593;
}
</style>
background-color css
<style>
a { background-color: #2AB593; }
a { background-color: rgb(42,181,147); }
div.DivClassName
{
background-color: #2AB593;
}
.BgClassName
{
background-color: #2AB593;
}
</style>
border-color css
<style>
span { border-color: #2AB593; }
span { border-color: rgb(42,181,147); }
td.TdClassName
{
border-color: #2AB593;
}
.TagClassName
{
border-color: #2AB593;
}
</style>