Shades of Niagara #2DAC9A
Tints of Niagara #2DAC9A
RGB
CMYK
RGB Variations
Color information
#2DAC9A (or 0x2DAC9A) is known color: Niagara. HEX triplet: 2D, AC and 9A. RGB value is (45,172,154). Sum of RGB (Red+Green+Blue) = 45+172+154=371 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.13% from 371); Green value is 172 (67.58% from 255 or 46.36% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 172 - color contains mainly: green. Hex color #2DAC9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DAC9A is #D25365. Grayscale: #838383. Windows color (decimal): -13783910 or 10136621. OLE color: 10136621.
HSL color Cylindrical-coordinate representation of color #2DAC9A: hue angle of 171.5º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DAC9A is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 172 | 154 | - |
| CMYK | 0.74 | 0 | 0.10 | 0.33 |
| HSL | 171.5º | 0.59% | 0.43% | - |
| HSV(B) | 171.5º | 0.74% | 0.67% | - |
| XYZ | 21.67 | 32.4 | 35.68 | - |
| YUV | 131.98 | 140.42 | 65.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 172 | 154 | 0.74 | 0 | 0.10 | 0.33 | 171.5 | 0.59 | 0.43 |
| Hex | 2D | AC | 9A | 4A | 0 | A | 21 | AB | 3B | 2B |
| Octal | 55 | 254 | 232 | 112 | 0 | 12 | 41 | 253 | 73 | 53 |
| Binary | 101101 | 10101100 | 10011010 | 1001010 | 0 | 1010 | 100001 | 10101011 | 111011 | 101011 |
Color Harmonies of #2DAC9A
Complementary color
Monochromatic Colors of #2DAC9A
Black with #2DAC9A
Text Example
Text Example
White with #2DAC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAC9A; }
p { color: rgb(45,172,154); }
H1.HeaderClassName
{
color: #2DAC9A;
}
.AnyTagClassName
{
color: #2DAC9A;
}
</style>
background-color css
<style>
a { background-color: #2DAC9A; }
a { background-color: rgb(45,172,154); }
div.DivClassName
{
background-color: #2DAC9A;
}
.BgClassName
{
background-color: #2DAC9A;
}
</style>
border-color css
<style>
span { border-color: #2DAC9A; }
span { border-color: rgb(45,172,154); }
td.TdClassName
{
border-color: #2DAC9A;
}
.TagClassName
{
border-color: #2DAC9A;
}
</style>