Shades of Niagara #2DB394
Tints of Niagara #2DB394
RGB
CMYK
RGB Variations
Color information
#2DB394 (or 0x2DB394) is known color: Niagara. HEX triplet: 2D, B3 and 94. RGB value is (45,179,148). Sum of RGB (Red+Green+Blue) = 45+179+148=372 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.10% from 372); Green value is 179 (70.31% from 255 or 48.12% from 372); Blue value is 148 (58.20% from 255 or 39.78% from 372); Max value from RGB is 179 - color contains mainly: green. Hex color #2DB394 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DB394 is #D24C6B. Grayscale: #878787. Windows color (decimal): -13782124 or 9745197. OLE color: 9745197.
HSL color Cylindrical-coordinate representation of color #2DB394: hue angle of 166.12º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB394 is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 45 | 179 | 148 | - |
| CMYK | 0.75 | 0 | 0.17 | 0.30 |
| HSL | 166.12º | 0.6% | 0.44% | - |
| HSV(B) | 166.12º | 0.75% | 0.7% | - |
| XYZ | 22.55 | 34.94 | 33.57 | - |
| YUV | 135.4 | 135.11 | 63.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 179 | 148 | 0.75 | 0 | 0.17 | 0.30 | 166.12 | 0.6 | 0.44 |
| Hex | 2D | B3 | 94 | 4B | 0 | 11 | 1E | A6 | 3C | 2C |
| Octal | 55 | 263 | 224 | 113 | 0 | 21 | 36 | 246 | 74 | 54 |
| Binary | 101101 | 10110011 | 10010100 | 1001011 | 0 | 10001 | 11110 | 10100110 | 111100 | 101100 |
Color Harmonies of #2DB394
Complementary color
Monochromatic Colors of #2DB394
Black with #2DB394
Text Example
Text Example
White with #2DB394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB394; }
p { color: rgb(45,179,148); }
H1.HeaderClassName
{
color: #2DB394;
}
.AnyTagClassName
{
color: #2DB394;
}
</style>
background-color css
<style>
a { background-color: #2DB394; }
a { background-color: rgb(45,179,148); }
div.DivClassName
{
background-color: #2DB394;
}
.BgClassName
{
background-color: #2DB394;
}
</style>
border-color css
<style>
span { border-color: #2DB394; }
span { border-color: rgb(45,179,148); }
td.TdClassName
{
border-color: #2DB394;
}
.TagClassName
{
border-color: #2DB394;
}
</style>