Shades of Niagara #2D9E8E
Tints of Niagara #2D9E8E
RGB
CMYK
RGB Variations
Color information
#2D9E8E (or 0x2D9E8E) is known color: Niagara. HEX triplet: 2D, 9E and 8E. RGB value is (45,158,142). Sum of RGB (Red+Green+Blue) = 45+158+142=345 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.04% from 345); Green value is 158 (62.11% from 255 or 45.80% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 158 - color contains mainly: green. Hex color #2D9E8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D9E8E is #D26171. Grayscale: #7A7A7A. Windows color (decimal): -13787506 or 9346605. OLE color: 9346605.
HSL color Cylindrical-coordinate representation of color #2D9E8E: hue angle of 171.5º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D9E8E is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 158 | 142 | - |
| CMYK | 0.72 | 0 | 0.10 | 0.38 |
| HSL | 171.5º | 0.56% | 0.4% | - |
| HSV(B) | 171.5º | 0.72% | 0.62% | - |
| XYZ | 18.19 | 26.96 | 29.84 | - |
| YUV | 122.39 | 139.06 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 158 | 142 | 0.72 | 0 | 0.10 | 0.38 | 171.5 | 0.56 | 0.4 |
| Hex | 2D | 9E | 8E | 48 | 0 | A | 26 | AC | 38 | 28 |
| Octal | 55 | 236 | 216 | 110 | 0 | 12 | 46 | 254 | 70 | 50 |
| Binary | 101101 | 10011110 | 10001110 | 1001000 | 0 | 1010 | 100110 | 10101100 | 111000 | 101000 |
Color Harmonies of #2D9E8E
Complementary color
Monochromatic Colors of #2D9E8E
Black with #2D9E8E
Text Example
Text Example
White with #2D9E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9E8E; }
p { color: rgb(45,158,142); }
H1.HeaderClassName
{
color: #2D9E8E;
}
.AnyTagClassName
{
color: #2D9E8E;
}
</style>
background-color css
<style>
a { background-color: #2D9E8E; }
a { background-color: rgb(45,158,142); }
div.DivClassName
{
background-color: #2D9E8E;
}
.BgClassName
{
background-color: #2D9E8E;
}
</style>
border-color css
<style>
span { border-color: #2D9E8E; }
span { border-color: rgb(45,158,142); }
td.TdClassName
{
border-color: #2D9E8E;
}
.TagClassName
{
border-color: #2D9E8E;
}
</style>