Shades of Niagara #2DAA97
Tints of Niagara #2DAA97
RGB
CMYK
RGB Variations
Color information
#2DAA97 (or 0x2DAA97) is known color: Niagara. HEX triplet: 2D, AA and 97. RGB value is (45,170,151). Sum of RGB (Red+Green+Blue) = 45+170+151=366 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.30% from 366); Green value is 170 (66.80% from 255 or 46.45% from 366); Blue value is 151 (59.38% from 255 or 41.26% from 366); Max value from RGB is 170 - color contains mainly: green. Hex color #2DAA97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DAA97 is #D25568. Grayscale: #828282. Windows color (decimal): -13784425 or 9939501. OLE color: 9939501.
HSL color Cylindrical-coordinate representation of color #2DAA97: hue angle of 170.88º 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 #2DAA97 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 170 | 151 | - |
| CMYK | 0.74 | 0 | 0.11 | 0.33 |
| HSL | 170.88º | 0.58% | 0.42% | - |
| HSV(B) | 170.88º | 0.74% | 0.67% | - |
| XYZ | 21.04 | 31.54 | 34.26 | - |
| YUV | 130.46 | 139.59 | 67.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 170 | 151 | 0.74 | 0 | 0.11 | 0.33 | 170.88 | 0.58 | 0.42 |
| Hex | 2D | AA | 97 | 4A | 0 | B | 21 | AB | 3A | 2A |
| Octal | 55 | 252 | 227 | 112 | 0 | 13 | 41 | 253 | 72 | 52 |
| Binary | 101101 | 10101010 | 10010111 | 1001010 | 0 | 1011 | 100001 | 10101011 | 111010 | 101010 |
Color Harmonies of #2DAA97
Complementary color
Monochromatic Colors of #2DAA97
Black with #2DAA97
Text Example
Text Example
White with #2DAA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAA97; }
p { color: rgb(45,170,151); }
H1.HeaderClassName
{
color: #2DAA97;
}
.AnyTagClassName
{
color: #2DAA97;
}
</style>
background-color css
<style>
a { background-color: #2DAA97; }
a { background-color: rgb(45,170,151); }
div.DivClassName
{
background-color: #2DAA97;
}
.BgClassName
{
background-color: #2DAA97;
}
</style>
border-color css
<style>
span { border-color: #2DAA97; }
span { border-color: rgb(45,170,151); }
td.TdClassName
{
border-color: #2DAA97;
}
.TagClassName
{
border-color: #2DAA97;
}
</style>