Shades of Niagara #2DAA98
Tints of Niagara #2DAA98
RGB
CMYK
RGB Variations
Color information
#2DAA98 (or 0x2DAA98) is known color: Niagara. HEX triplet: 2D, AA and 98. RGB value is (45,170,152). Sum of RGB (Red+Green+Blue) = 45+170+152=367 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.26% from 367); Green value is 170 (66.80% from 255 or 46.32% from 367); Blue value is 152 (59.77% from 255 or 41.42% from 367); Max value from RGB is 170 - color contains mainly: green. Hex color #2DAA98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DAA98 is #D25567. Grayscale: #828282. Windows color (decimal): -13784424 or 10005037. OLE color: 10005037.
HSL color Cylindrical-coordinate representation of color #2DAA98: hue angle of 171.36º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DAA98 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 170 | 152 | - |
| CMYK | 0.74 | 0 | 0.11 | 0.33 |
| HSL | 171.36º | 0.58% | 0.42% | - |
| HSV(B) | 171.36º | 0.74% | 0.67% | - |
| XYZ | 21.12 | 31.57 | 34.69 | - |
| YUV | 130.57 | 140.09 | 66.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 170 | 152 | 0.74 | 0 | 0.11 | 0.33 | 171.36 | 0.58 | 0.42 |
| Hex | 2D | AA | 98 | 4A | 0 | B | 21 | AB | 3A | 2A |
| Octal | 55 | 252 | 230 | 112 | 0 | 13 | 41 | 253 | 72 | 52 |
| Binary | 101101 | 10101010 | 10011000 | 1001010 | 0 | 1011 | 100001 | 10101011 | 111010 | 101010 |
Color Harmonies of #2DAA98
Complementary color
Monochromatic Colors of #2DAA98
Black with #2DAA98
Text Example
Text Example
White with #2DAA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAA98; }
p { color: rgb(45,170,152); }
H1.HeaderClassName
{
color: #2DAA98;
}
.AnyTagClassName
{
color: #2DAA98;
}
</style>
background-color css
<style>
a { background-color: #2DAA98; }
a { background-color: rgb(45,170,152); }
div.DivClassName
{
background-color: #2DAA98;
}
.BgClassName
{
background-color: #2DAA98;
}
</style>
border-color css
<style>
span { border-color: #2DAA98; }
span { border-color: rgb(45,170,152); }
td.TdClassName
{
border-color: #2DAA98;
}
.TagClassName
{
border-color: #2DAA98;
}
</style>