Shades of Niagara #2AB390
Tints of Niagara #2AB390
RGB
CMYK
RGB Variations
Color information
#2AB390 (or 0x2AB390) is known color: Niagara. HEX triplet: 2A, B3 and 90. RGB value is (42,179,144). Sum of RGB (Red+Green+Blue) = 42+179+144=365 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.51% from 365); Green value is 179 (70.31% from 255 or 49.04% from 365); Blue value is 144 (56.64% from 255 or 39.45% from 365); Max value from RGB is 179 - color contains mainly: green. Hex color #2AB390 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB390 is #D54C6F. Grayscale: #868686. Windows color (decimal): -13978736 or 9483050. OLE color: 9483050.
HSL color Cylindrical-coordinate representation of color #2AB390: hue angle of 164.67º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB390 is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 42 | 179 | 144 | - |
| CMYK | 0.77 | 0 | 0.20 | 0.30 |
| HSL | 164.67º | 0.62% | 0.43% | - |
| HSV(B) | 164.67º | 0.77% | 0.7% | - |
| XYZ | 22.11 | 34.75 | 31.93 | - |
| YUV | 134.05 | 133.61 | 62.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 179 | 144 | 0.77 | 0 | 0.20 | 0.30 | 164.67 | 0.62 | 0.43 |
| Hex | 2A | B3 | 90 | 4D | 0 | 14 | 1E | A5 | 3E | 2B |
| Octal | 52 | 263 | 220 | 115 | 0 | 24 | 36 | 245 | 76 | 53 |
| Binary | 101010 | 10110011 | 10010000 | 1001101 | 0 | 10100 | 11110 | 10100101 | 111110 | 101011 |
Color Harmonies of #2AB390
Complementary color
Monochromatic Colors of #2AB390
Black with #2AB390
Text Example
Text Example
White with #2AB390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB390; }
p { color: rgb(42,179,144); }
H1.HeaderClassName
{
color: #2AB390;
}
.AnyTagClassName
{
color: #2AB390;
}
</style>
background-color css
<style>
a { background-color: #2AB390; }
a { background-color: rgb(42,179,144); }
div.DivClassName
{
background-color: #2AB390;
}
.BgClassName
{
background-color: #2AB390;
}
</style>
border-color css
<style>
span { border-color: #2AB390; }
span { border-color: rgb(42,179,144); }
td.TdClassName
{
border-color: #2AB390;
}
.TagClassName
{
border-color: #2AB390;
}
</style>