Shades of Niagara #2DAE97
Tints of Niagara #2DAE97
RGB
CMYK
RGB Variations
Color information
#2DAE97 (or 0x2DAE97) is known color: Niagara. HEX triplet: 2D, AE and 97. RGB value is (45,174,151). Sum of RGB (Red+Green+Blue) = 45+174+151=370 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.16% from 370); Green value is 174 (68.36% from 255 or 47.03% from 370); Blue value is 151 (59.38% from 255 or 40.81% from 370); Max value from RGB is 174 - color contains mainly: green. Hex color #2DAE97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DAE97 is #D25168. Grayscale: #848484. Windows color (decimal): -13783401 or 9940525. OLE color: 9940525.
HSL color Cylindrical-coordinate representation of color #2DAE97: hue angle of 169.3º 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 #2DAE97 is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 45 | 174 | 151 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.32 |
| HSL | 169.3º | 0.59% | 0.43% | - |
| HSV(B) | 169.3º | 0.74% | 0.68% | - |
| XYZ | 21.8 | 33.06 | 34.51 | - |
| YUV | 132.81 | 138.26 | 65.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 174 | 151 | 0.74 | 0 | 0.13 | 0.32 | 169.3 | 0.59 | 0.43 |
| Hex | 2D | AE | 97 | 4A | 0 | D | 20 | A9 | 3B | 2B |
| Octal | 55 | 256 | 227 | 112 | 0 | 15 | 40 | 251 | 73 | 53 |
| Binary | 101101 | 10101110 | 10010111 | 1001010 | 0 | 1101 | 100000 | 10101001 | 111011 | 101011 |
Color Harmonies of #2DAE97
Complementary color
Monochromatic Colors of #2DAE97
Black with #2DAE97
Text Example
Text Example
White with #2DAE97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAE97; }
p { color: rgb(45,174,151); }
H1.HeaderClassName
{
color: #2DAE97;
}
.AnyTagClassName
{
color: #2DAE97;
}
</style>
background-color css
<style>
a { background-color: #2DAE97; }
a { background-color: rgb(45,174,151); }
div.DivClassName
{
background-color: #2DAE97;
}
.BgClassName
{
background-color: #2DAE97;
}
</style>
border-color css
<style>
span { border-color: #2DAE97; }
span { border-color: rgb(45,174,151); }
td.TdClassName
{
border-color: #2DAE97;
}
.TagClassName
{
border-color: #2DAE97;
}
</style>