Shades of Niagara #2DB999
Tints of Niagara #2DB999
RGB
CMYK
RGB Variations
Color information
#2DB999 (or 0x2DB999) is known color: Niagara. HEX triplet: 2D, B9 and 99. RGB value is (45,185,153). Sum of RGB (Red+Green+Blue) = 45+185+153=383 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.75% from 383); Green value is 185 (72.66% from 255 or 48.30% from 383); Blue value is 153 (60.16% from 255 or 39.95% from 383); Max value from RGB is 185 - color contains mainly: green. Hex color #2DB999 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DB999 is #D24666. Grayscale: #8B8B8B. Windows color (decimal): -13780583 or 10074413. OLE color: 10074413.
HSL color Cylindrical-coordinate representation of color #2DB999: hue angle of 166.29º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DB999 is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 185 | 153 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.27 |
| HSL | 166.29º | 0.61% | 0.45% | - |
| HSV(B) | 166.29º | 0.76% | 0.73% | - |
| XYZ | 24.18 | 37.56 | 36.11 | - |
| YUV | 139.49 | 135.62 | 60.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 185 | 153 | 0.76 | 0 | 0.17 | 0.27 | 166.29 | 0.61 | 0.45 |
| Hex | 2D | B9 | 99 | 4C | 0 | 11 | 1B | A6 | 3D | 2D |
| Octal | 55 | 271 | 231 | 114 | 0 | 21 | 33 | 246 | 75 | 55 |
| Binary | 101101 | 10111001 | 10011001 | 1001100 | 0 | 10001 | 11011 | 10100110 | 111101 | 101101 |
Color Harmonies of #2DB999
Complementary color
Monochromatic Colors of #2DB999
Black with #2DB999
Text Example
Text Example
White with #2DB999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB999; }
p { color: rgb(45,185,153); }
H1.HeaderClassName
{
color: #2DB999;
}
.AnyTagClassName
{
color: #2DB999;
}
</style>
background-color css
<style>
a { background-color: #2DB999; }
a { background-color: rgb(45,185,153); }
div.DivClassName
{
background-color: #2DB999;
}
.BgClassName
{
background-color: #2DB999;
}
</style>
border-color css
<style>
span { border-color: #2DB999; }
span { border-color: rgb(45,185,153); }
td.TdClassName
{
border-color: #2DB999;
}
.TagClassName
{
border-color: #2DB999;
}
</style>