Shades of Niagara #2A9E8D
Tints of Niagara #2A9E8D
RGB
CMYK
RGB Variations
Color information
#2A9E8D (or 0x2A9E8D) is known color: Niagara. HEX triplet: 2A, 9E and 8D. RGB value is (42,158,141). Sum of RGB (Red+Green+Blue) = 42+158+141=341 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.32% from 341); Green value is 158 (62.11% from 255 or 46.33% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 158 - color contains mainly: green. Hex color #2A9E8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9E8D is #D56172. Grayscale: #797979. Windows color (decimal): -13984115 or 9281066. OLE color: 9281066.
HSL color Cylindrical-coordinate representation of color #2A9E8D: hue angle of 171.21º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A9E8D is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 42 | 158 | 141 | - |
| CMYK | 0.73 | 0 | 0.11 | 0.38 |
| HSL | 171.21º | 0.58% | 0.39% | - |
| HSV(B) | 171.21º | 0.73% | 0.62% | - |
| XYZ | 17.99 | 26.87 | 29.44 | - |
| YUV | 121.38 | 139.07 | 71.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 158 | 141 | 0.73 | 0 | 0.11 | 0.38 | 171.21 | 0.58 | 0.39 |
| Hex | 2A | 9E | 8D | 49 | 0 | B | 26 | AB | 3A | 27 |
| Octal | 52 | 236 | 215 | 111 | 0 | 13 | 46 | 253 | 72 | 47 |
| Binary | 101010 | 10011110 | 10001101 | 1001001 | 0 | 1011 | 100110 | 10101011 | 111010 | 100111 |
Color Harmonies of #2A9E8D
Complementary color
Monochromatic Colors of #2A9E8D
Black with #2A9E8D
Text Example
Text Example
White with #2A9E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9E8D; }
p { color: rgb(42,158,141); }
H1.HeaderClassName
{
color: #2A9E8D;
}
.AnyTagClassName
{
color: #2A9E8D;
}
</style>
background-color css
<style>
a { background-color: #2A9E8D; }
a { background-color: rgb(42,158,141); }
div.DivClassName
{
background-color: #2A9E8D;
}
.BgClassName
{
background-color: #2A9E8D;
}
</style>
border-color css
<style>
span { border-color: #2A9E8D; }
span { border-color: rgb(42,158,141); }
td.TdClassName
{
border-color: #2A9E8D;
}
.TagClassName
{
border-color: #2A9E8D;
}
</style>