Shades of Niagara #2DB69C
Tints of Niagara #2DB69C
RGB
CMYK
RGB Variations
Color information
#2DB69C (or 0x2DB69C) is known color: Niagara. HEX triplet: 2D, B6 and 9C. RGB value is (45,182,156). Sum of RGB (Red+Green+Blue) = 45+182+156=383 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.75% from 383); Green value is 182 (71.48% from 255 or 47.52% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 182 - color contains mainly: green. Hex color #2DB69C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DB69C is #D24963. Grayscale: #8A8A8A. Windows color (decimal): -13781348 or 10270253. OLE color: 10270253.
HSL color Cylindrical-coordinate representation of color #2DB69C: hue angle of 168.61º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB69C is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 182 | 156 | - |
| CMYK | 0.75 | 0 | 0.14 | 0.29 |
| HSL | 168.61º | 0.6% | 0.45% | - |
| HSV(B) | 168.61º | 0.75% | 0.71% | - |
| XYZ | 23.81 | 36.41 | 37.23 | - |
| YUV | 138.07 | 138.11 | 61.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 182 | 156 | 0.75 | 0 | 0.14 | 0.29 | 168.61 | 0.6 | 0.45 |
| Hex | 2D | B6 | 9C | 4B | 0 | E | 1D | A9 | 3C | 2D |
| Octal | 55 | 266 | 234 | 113 | 0 | 16 | 35 | 251 | 74 | 55 |
| Binary | 101101 | 10110110 | 10011100 | 1001011 | 0 | 1110 | 11101 | 10101001 | 111100 | 101101 |
Color Harmonies of #2DB69C
Complementary color
Monochromatic Colors of #2DB69C
Black with #2DB69C
Text Example
Text Example
White with #2DB69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB69C; }
p { color: rgb(45,182,156); }
H1.HeaderClassName
{
color: #2DB69C;
}
.AnyTagClassName
{
color: #2DB69C;
}
</style>
background-color css
<style>
a { background-color: #2DB69C; }
a { background-color: rgb(45,182,156); }
div.DivClassName
{
background-color: #2DB69C;
}
.BgClassName
{
background-color: #2DB69C;
}
</style>
border-color css
<style>
span { border-color: #2DB69C; }
span { border-color: rgb(45,182,156); }
td.TdClassName
{
border-color: #2DB69C;
}
.TagClassName
{
border-color: #2DB69C;
}
</style>