Shades of Niagara #2DAE98
Tints of Niagara #2DAE98
RGB
CMYK
RGB Variations
Color information
#2DAE98 (or 0x2DAE98) is known color: Niagara. HEX triplet: 2D, AE and 98. RGB value is (45,174,152). Sum of RGB (Red+Green+Blue) = 45+174+152=371 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.13% from 371); Green value is 174 (68.36% from 255 or 46.90% from 371); Blue value is 152 (59.77% from 255 or 40.97% from 371); Max value from RGB is 174 - color contains mainly: green. Hex color #2DAE98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DAE98 is #D25167. Grayscale: #848484. Windows color (decimal): -13783400 or 10006061. OLE color: 10006061.
HSL color Cylindrical-coordinate representation of color #2DAE98: hue angle of 169.77º 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 #2DAE98 is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 45 | 174 | 152 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.32 |
| HSL | 169.77º | 0.59% | 0.43% | - |
| HSV(B) | 169.77º | 0.74% | 0.68% | - |
| XYZ | 21.89 | 33.1 | 34.94 | - |
| YUV | 132.92 | 138.76 | 65.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 174 | 152 | 0.74 | 0 | 0.13 | 0.32 | 169.77 | 0.59 | 0.43 |
| Hex | 2D | AE | 98 | 4A | 0 | D | 20 | AA | 3B | 2B |
| Octal | 55 | 256 | 230 | 112 | 0 | 15 | 40 | 252 | 73 | 53 |
| Binary | 101101 | 10101110 | 10011000 | 1001010 | 0 | 1101 | 100000 | 10101010 | 111011 | 101011 |
Color Harmonies of #2DAE98
Complementary color
Monochromatic Colors of #2DAE98
Black with #2DAE98
Text Example
Text Example
White with #2DAE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAE98; }
p { color: rgb(45,174,152); }
H1.HeaderClassName
{
color: #2DAE98;
}
.AnyTagClassName
{
color: #2DAE98;
}
</style>
background-color css
<style>
a { background-color: #2DAE98; }
a { background-color: rgb(45,174,152); }
div.DivClassName
{
background-color: #2DAE98;
}
.BgClassName
{
background-color: #2DAE98;
}
</style>
border-color css
<style>
span { border-color: #2DAE98; }
span { border-color: rgb(45,174,152); }
td.TdClassName
{
border-color: #2DAE98;
}
.TagClassName
{
border-color: #2DAE98;
}
</style>