Shades of Niagara #2AB693
Tints of Niagara #2AB693
RGB
CMYK
RGB Variations
Color information
#2AB693 (or 0x2AB693) is known color: Niagara. HEX triplet: 2A, B6 and 93. RGB value is (42,182,147). Sum of RGB (Red+Green+Blue) = 42+182+147=371 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.32% from 371); Green value is 182 (71.48% from 255 or 49.06% from 371); Blue value is 147 (57.81% from 255 or 39.62% from 371); Max value from RGB is 182 - color contains mainly: green. Hex color #2AB693 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB693 is #D5496C. Grayscale: #888888. Windows color (decimal): -13977965 or 9680426. OLE color: 9680426.
HSL color Cylindrical-coordinate representation of color #2AB693: hue angle of 165º 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 #2AB693 is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 182 | 147 | - |
| CMYK | 0.77 | 0 | 0.19 | 0.29 |
| HSL | 165º | 0.63% | 0.44% | - |
| HSV(B) | 165º | 0.77% | 0.71% | - |
| XYZ | 22.95 | 36.05 | 33.35 | - |
| YUV | 136.15 | 134.12 | 60.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 182 | 147 | 0.77 | 0 | 0.19 | 0.29 | 165 | 0.63 | 0.44 |
| Hex | 2A | B6 | 93 | 4D | 0 | 13 | 1D | A5 | 3E | 2C |
| Octal | 52 | 266 | 223 | 115 | 0 | 23 | 35 | 245 | 76 | 54 |
| Binary | 101010 | 10110110 | 10010011 | 1001101 | 0 | 10011 | 11101 | 10100101 | 111110 | 101100 |
Color Harmonies of #2AB693
Complementary color
Monochromatic Colors of #2AB693
Black with #2AB693
Text Example
Text Example
White with #2AB693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB693; }
p { color: rgb(42,182,147); }
H1.HeaderClassName
{
color: #2AB693;
}
.AnyTagClassName
{
color: #2AB693;
}
</style>
background-color css
<style>
a { background-color: #2AB693; }
a { background-color: rgb(42,182,147); }
div.DivClassName
{
background-color: #2AB693;
}
.BgClassName
{
background-color: #2AB693;
}
</style>
border-color css
<style>
span { border-color: #2AB693; }
span { border-color: rgb(42,182,147); }
td.TdClassName
{
border-color: #2AB693;
}
.TagClassName
{
border-color: #2AB693;
}
</style>