Shades of Niagara #2DB596
Tints of Niagara #2DB596
RGB
CMYK
RGB Variations
Color information
#2DB596 (or 0x2DB596) is known color: Niagara. HEX triplet: 2D, B5 and 96. RGB value is (45,181,150). Sum of RGB (Red+Green+Blue) = 45+181+150=376 (49% of max value = 765). Red value is 45 (17.97% from 255 or 11.97% from 376); Green value is 181 (71.09% from 255 or 48.14% from 376); Blue value is 150 (58.98% from 255 or 39.89% from 376); Max value from RGB is 181 - color contains mainly: green. Hex color #2DB596 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DB596 is #D24A69. Grayscale: #888888. Windows color (decimal): -13781610 or 9876781. OLE color: 9876781.
HSL color Cylindrical-coordinate representation of color #2DB596: hue angle of 166.32º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB596 is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 181 | 150 | - |
| CMYK | 0.75 | 0 | 0.17 | 0.29 |
| HSL | 166.32º | 0.6% | 0.44% | - |
| HSV(B) | 166.32º | 0.75% | 0.71% | - |
| XYZ | 23.11 | 35.81 | 34.55 | - |
| YUV | 136.8 | 135.44 | 62.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 181 | 150 | 0.75 | 0 | 0.17 | 0.29 | 166.32 | 0.6 | 0.44 |
| Hex | 2D | B5 | 96 | 4B | 0 | 11 | 1D | A6 | 3C | 2C |
| Octal | 55 | 265 | 226 | 113 | 0 | 21 | 35 | 246 | 74 | 54 |
| Binary | 101101 | 10110101 | 10010110 | 1001011 | 0 | 10001 | 11101 | 10100110 | 111100 | 101100 |
Color Harmonies of #2DB596
Complementary color
Monochromatic Colors of #2DB596
Black with #2DB596
Text Example
Text Example
White with #2DB596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB596; }
p { color: rgb(45,181,150); }
H1.HeaderClassName
{
color: #2DB596;
}
.AnyTagClassName
{
color: #2DB596;
}
</style>
background-color css
<style>
a { background-color: #2DB596; }
a { background-color: rgb(45,181,150); }
div.DivClassName
{
background-color: #2DB596;
}
.BgClassName
{
background-color: #2DB596;
}
</style>
border-color css
<style>
span { border-color: #2DB596; }
span { border-color: rgb(45,181,150); }
td.TdClassName
{
border-color: #2DB596;
}
.TagClassName
{
border-color: #2DB596;
}
</style>