Shades of Niagara #2E9E8B
Tints of Niagara #2E9E8B
RGB
CMYK
RGB Variations
Color information
#2E9E8B (or 0x2E9E8B) is known color: Niagara. HEX triplet: 2E, 9E and 8B. RGB value is (46,158,139). Sum of RGB (Red+Green+Blue) = 46+158+139=343 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.41% from 343); Green value is 158 (62.11% from 255 or 46.06% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 158 - color contains mainly: green. Hex color #2E9E8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E9E8B is #D16174. Grayscale: #7A7A7A. Windows color (decimal): -13721973 or 9149998. OLE color: 9149998.
HSL color Cylindrical-coordinate representation of color #2E9E8B: hue angle of 169.82º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E9E8B is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 46 | 158 | 139 | - |
| CMYK | 0.71 | 0 | 0.12 | 0.38 |
| HSL | 169.82º | 0.55% | 0.4% | - |
| HSV(B) | 169.82º | 0.71% | 0.62% | - |
| XYZ | 18.01 | 26.9 | 28.67 | - |
| YUV | 122.35 | 137.39 | 73.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 158 | 139 | 0.71 | 0 | 0.12 | 0.38 | 169.82 | 0.55 | 0.4 |
| Hex | 2E | 9E | 8B | 47 | 0 | C | 26 | AA | 37 | 28 |
| Octal | 56 | 236 | 213 | 107 | 0 | 14 | 46 | 252 | 67 | 50 |
| Binary | 101110 | 10011110 | 10001011 | 1000111 | 0 | 1100 | 100110 | 10101010 | 110111 | 101000 |
Color Harmonies of #2E9E8B
Complementary color
Monochromatic Colors of #2E9E8B
Black with #2E9E8B
Text Example
Text Example
White with #2E9E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9E8B; }
p { color: rgb(46,158,139); }
H1.HeaderClassName
{
color: #2E9E8B;
}
.AnyTagClassName
{
color: #2E9E8B;
}
</style>
background-color css
<style>
a { background-color: #2E9E8B; }
a { background-color: rgb(46,158,139); }
div.DivClassName
{
background-color: #2E9E8B;
}
.BgClassName
{
background-color: #2E9E8B;
}
</style>
border-color css
<style>
span { border-color: #2E9E8B; }
span { border-color: rgb(46,158,139); }
td.TdClassName
{
border-color: #2E9E8B;
}
.TagClassName
{
border-color: #2E9E8B;
}
</style>