Shades of Niagara #2DAE96
Tints of Niagara #2DAE96
RGB
CMYK
RGB Variations
Color information
#2DAE96 (or 0x2DAE96) is known color: Niagara. HEX triplet: 2D, AE and 96. RGB value is (45,174,150). Sum of RGB (Red+Green+Blue) = 45+174+150=369 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.20% from 369); Green value is 174 (68.36% from 255 or 47.15% from 369); Blue value is 150 (58.98% from 255 or 40.65% from 369); Max value from RGB is 174 - color contains mainly: green. Hex color #2DAE96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DAE96 is #D25169. Grayscale: #848484. Windows color (decimal): -13783402 or 9874989. OLE color: 9874989.
HSL color Cylindrical-coordinate representation of color #2DAE96: hue angle of 168.84º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DAE96 is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 45 | 174 | 150 | - |
| CMYK | 0.74 | 0 | 0.14 | 0.32 |
| HSL | 168.84º | 0.59% | 0.43% | - |
| HSV(B) | 168.84º | 0.74% | 0.68% | - |
| XYZ | 21.72 | 33.03 | 34.09 | - |
| YUV | 132.69 | 137.76 | 65.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 174 | 150 | 0.74 | 0 | 0.14 | 0.32 | 168.84 | 0.59 | 0.43 |
| Hex | 2D | AE | 96 | 4A | 0 | E | 20 | A9 | 3B | 2B |
| Octal | 55 | 256 | 226 | 112 | 0 | 16 | 40 | 251 | 73 | 53 |
| Binary | 101101 | 10101110 | 10010110 | 1001010 | 0 | 1110 | 100000 | 10101001 | 111011 | 101011 |
Color Harmonies of #2DAE96
Complementary color
Monochromatic Colors of #2DAE96
Black with #2DAE96
Text Example
Text Example
White with #2DAE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAE96; }
p { color: rgb(45,174,150); }
H1.HeaderClassName
{
color: #2DAE96;
}
.AnyTagClassName
{
color: #2DAE96;
}
</style>
background-color css
<style>
a { background-color: #2DAE96; }
a { background-color: rgb(45,174,150); }
div.DivClassName
{
background-color: #2DAE96;
}
.BgClassName
{
background-color: #2DAE96;
}
</style>
border-color css
<style>
span { border-color: #2DAE96; }
span { border-color: rgb(45,174,150); }
td.TdClassName
{
border-color: #2DAE96;
}
.TagClassName
{
border-color: #2DAE96;
}
</style>