Shades of Niagara #2AB19B
Tints of Niagara #2AB19B
RGB
CMYK
RGB Variations
Color information
#2AB19B (or 0x2AB19B) is known color: Niagara. HEX triplet: 2A, B1 and 9B. RGB value is (42,177,155). Sum of RGB (Red+Green+Blue) = 42+177+155=374 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.23% from 374); Green value is 177 (69.53% from 255 or 47.33% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 177 - color contains mainly: green. Hex color #2AB19B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AB19B is #D54E64. Grayscale: #868686. Windows color (decimal): -13979237 or 10203434. OLE color: 10203434.
HSL color Cylindrical-coordinate representation of color #2AB19B: hue angle of 170.22º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AB19B is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 42 | 177 | 155 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.31 |
| HSL | 170.22º | 0.62% | 0.43% | - |
| HSV(B) | 170.22º | 0.76% | 0.69% | - |
| XYZ | 22.59 | 34.3 | 36.44 | - |
| YUV | 134.13 | 139.77 | 62.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 177 | 155 | 0.76 | 0 | 0.12 | 0.31 | 170.22 | 0.62 | 0.43 |
| Hex | 2A | B1 | 9B | 4C | 0 | C | 1F | AA | 3E | 2B |
| Octal | 52 | 261 | 233 | 114 | 0 | 14 | 37 | 252 | 76 | 53 |
| Binary | 101010 | 10110001 | 10011011 | 1001100 | 0 | 1100 | 11111 | 10101010 | 111110 | 101011 |
Color Harmonies of #2AB19B
Complementary color
Monochromatic Colors of #2AB19B
Black with #2AB19B
Text Example
Text Example
White with #2AB19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB19B; }
p { color: rgb(42,177,155); }
H1.HeaderClassName
{
color: #2AB19B;
}
.AnyTagClassName
{
color: #2AB19B;
}
</style>
background-color css
<style>
a { background-color: #2AB19B; }
a { background-color: rgb(42,177,155); }
div.DivClassName
{
background-color: #2AB19B;
}
.BgClassName
{
background-color: #2AB19B;
}
</style>
border-color css
<style>
span { border-color: #2AB19B; }
span { border-color: rgb(42,177,155); }
td.TdClassName
{
border-color: #2AB19B;
}
.TagClassName
{
border-color: #2AB19B;
}
</style>