Shades of Niagara #2DA694
Tints of Niagara #2DA694
RGB
CMYK
RGB Variations
Color information
#2DA694 (or 0x2DA694) is known color: Niagara. HEX triplet: 2D, A6 and 94. RGB value is (45,166,148). Sum of RGB (Red+Green+Blue) = 45+166+148=359 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.53% from 359); Green value is 166 (65.23% from 255 or 46.24% from 359); Blue value is 148 (58.20% from 255 or 41.23% from 359); Max value from RGB is 166 - color contains mainly: green. Hex color #2DA694 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DA694 is #D2596B. Grayscale: #7F7F7F. Windows color (decimal): -13785452 or 9741869. OLE color: 9741869.
HSL color Cylindrical-coordinate representation of color #2DA694: hue angle of 171.07º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2DA694 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 45 | 166 | 148 | - |
| CMYK | 0.73 | 0 | 0.11 | 0.35 |
| HSL | 171.07º | 0.57% | 0.41% | - |
| HSV(B) | 171.07º | 0.73% | 0.65% | - |
| XYZ | 20.06 | 29.97 | 32.74 | - |
| YUV | 127.77 | 139.41 | 68.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 166 | 148 | 0.73 | 0 | 0.11 | 0.35 | 171.07 | 0.57 | 0.41 |
| Hex | 2D | A6 | 94 | 49 | 0 | B | 23 | AB | 39 | 29 |
| Octal | 55 | 246 | 224 | 111 | 0 | 13 | 43 | 253 | 71 | 51 |
| Binary | 101101 | 10100110 | 10010100 | 1001001 | 0 | 1011 | 100011 | 10101011 | 111001 | 101001 |
Color Harmonies of #2DA694
Complementary color
Monochromatic Colors of #2DA694
Black with #2DA694
Text Example
Text Example
White with #2DA694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA694; }
p { color: rgb(45,166,148); }
H1.HeaderClassName
{
color: #2DA694;
}
.AnyTagClassName
{
color: #2DA694;
}
</style>
background-color css
<style>
a { background-color: #2DA694; }
a { background-color: rgb(45,166,148); }
div.DivClassName
{
background-color: #2DA694;
}
.BgClassName
{
background-color: #2DA694;
}
</style>
border-color css
<style>
span { border-color: #2DA694; }
span { border-color: rgb(45,166,148); }
td.TdClassName
{
border-color: #2DA694;
}
.TagClassName
{
border-color: #2DA694;
}
</style>