Shades of Niagara #2A9A8B
Tints of Niagara #2A9A8B
RGB
CMYK
RGB Variations
Color information
#2A9A8B (or 0x2A9A8B) is known color: Niagara. HEX triplet: 2A, 9A and 8B. RGB value is (42,154,139). Sum of RGB (Red+Green+Blue) = 42+154+139=335 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.54% from 335); Green value is 154 (60.55% from 255 or 45.97% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 154 - color contains mainly: green. Hex color #2A9A8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9A8B is #D56574. Grayscale: #767676. Windows color (decimal): -13985141 or 9148970. OLE color: 9148970.
HSL color Cylindrical-coordinate representation of color #2A9A8B: hue angle of 171.96º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A9A8B is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 42 | 154 | 139 | - |
| CMYK | 0.73 | 0 | 0.10 | 0.40 |
| HSL | 171.96º | 0.57% | 0.38% | - |
| HSV(B) | 171.96º | 0.73% | 0.6% | - |
| XYZ | 17.17 | 25.47 | 28.44 | - |
| YUV | 118.8 | 139.39 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 154 | 139 | 0.73 | 0 | 0.10 | 0.40 | 171.96 | 0.57 | 0.38 |
| Hex | 2A | 9A | 8B | 49 | 0 | A | 28 | AC | 39 | 26 |
| Octal | 52 | 232 | 213 | 111 | 0 | 12 | 50 | 254 | 71 | 46 |
| Binary | 101010 | 10011010 | 10001011 | 1001001 | 0 | 1010 | 101000 | 10101100 | 111001 | 100110 |
Color Harmonies of #2A9A8B
Complementary color
Monochromatic Colors of #2A9A8B
Black with #2A9A8B
Text Example
Text Example
White with #2A9A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9A8B; }
p { color: rgb(42,154,139); }
H1.HeaderClassName
{
color: #2A9A8B;
}
.AnyTagClassName
{
color: #2A9A8B;
}
</style>
background-color css
<style>
a { background-color: #2A9A8B; }
a { background-color: rgb(42,154,139); }
div.DivClassName
{
background-color: #2A9A8B;
}
.BgClassName
{
background-color: #2A9A8B;
}
</style>
border-color css
<style>
span { border-color: #2A9A8B; }
span { border-color: rgb(42,154,139); }
td.TdClassName
{
border-color: #2A9A8B;
}
.TagClassName
{
border-color: #2A9A8B;
}
</style>