Shades of Niagara #2DB49C
Tints of Niagara #2DB49C
RGB
CMYK
RGB Variations
Color information
#2DB49C (or 0x2DB49C) is known color: Niagara. HEX triplet: 2D, B4 and 9C. RGB value is (45,180,156). Sum of RGB (Red+Green+Blue) = 45+180+156=381 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.81% from 381); Green value is 180 (70.70% from 255 or 47.24% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 180 - color contains mainly: green. Hex color #2DB49C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DB49C is #D24B63. Grayscale: #888888. Windows color (decimal): -13781860 or 10269741. OLE color: 10269741.
HSL color Cylindrical-coordinate representation of color #2DB49C: hue angle of 169.33º 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 #2DB49C is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 180 | 156 | - |
| CMYK | 0.75 | 0 | 0.13 | 0.29 |
| HSL | 169.33º | 0.6% | 0.44% | - |
| HSV(B) | 169.33º | 0.75% | 0.71% | - |
| XYZ | 23.4 | 35.6 | 37.09 | - |
| YUV | 136.9 | 138.77 | 62.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 180 | 156 | 0.75 | 0 | 0.13 | 0.29 | 169.33 | 0.6 | 0.44 |
| Hex | 2D | B4 | 9C | 4B | 0 | D | 1D | A9 | 3C | 2C |
| Octal | 55 | 264 | 234 | 113 | 0 | 15 | 35 | 251 | 74 | 54 |
| Binary | 101101 | 10110100 | 10011100 | 1001011 | 0 | 1101 | 11101 | 10101001 | 111100 | 101100 |
Color Harmonies of #2DB49C
Complementary color
Monochromatic Colors of #2DB49C
Black with #2DB49C
Text Example
Text Example
White with #2DB49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB49C; }
p { color: rgb(45,180,156); }
H1.HeaderClassName
{
color: #2DB49C;
}
.AnyTagClassName
{
color: #2DB49C;
}
</style>
background-color css
<style>
a { background-color: #2DB49C; }
a { background-color: rgb(45,180,156); }
div.DivClassName
{
background-color: #2DB49C;
}
.BgClassName
{
background-color: #2DB49C;
}
</style>
border-color css
<style>
span { border-color: #2DB49C; }
span { border-color: rgb(45,180,156); }
td.TdClassName
{
border-color: #2DB49C;
}
.TagClassName
{
border-color: #2DB49C;
}
</style>