Shades of Niagara #2AAD8C
Tints of Niagara #2AAD8C
RGB
CMYK
RGB Variations
Color information
#2AAD8C (or 0x2AAD8C) is known color: Niagara. HEX triplet: 2A, AD and 8C. RGB value is (42,173,140). Sum of RGB (Red+Green+Blue) = 42+173+140=355 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.83% from 355); Green value is 173 (67.97% from 255 or 48.73% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 173 - color contains mainly: green. Hex color #2AAD8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AAD8C is #D55273. Grayscale: #828282. Windows color (decimal): -13980276 or 9219370. OLE color: 9219370.
HSL color Cylindrical-coordinate representation of color #2AAD8C: hue angle of 164.89º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AAD8C is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 42 | 173 | 140 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.32 |
| HSL | 164.89º | 0.61% | 0.42% | - |
| HSV(B) | 164.89º | 0.76% | 0.68% | - |
| XYZ | 20.63 | 32.27 | 29.95 | - |
| YUV | 130.07 | 133.6 | 65.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 173 | 140 | 0.76 | 0 | 0.19 | 0.32 | 164.89 | 0.61 | 0.42 |
| Hex | 2A | AD | 8C | 4C | 0 | 13 | 20 | A5 | 3D | 2A |
| Octal | 52 | 255 | 214 | 114 | 0 | 23 | 40 | 245 | 75 | 52 |
| Binary | 101010 | 10101101 | 10001100 | 1001100 | 0 | 10011 | 100000 | 10100101 | 111101 | 101010 |
Color Harmonies of #2AAD8C
Complementary color
Monochromatic Colors of #2AAD8C
Black with #2AAD8C
Text Example
Text Example
White with #2AAD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAD8C; }
p { color: rgb(42,173,140); }
H1.HeaderClassName
{
color: #2AAD8C;
}
.AnyTagClassName
{
color: #2AAD8C;
}
</style>
background-color css
<style>
a { background-color: #2AAD8C; }
a { background-color: rgb(42,173,140); }
div.DivClassName
{
background-color: #2AAD8C;
}
.BgClassName
{
background-color: #2AAD8C;
}
</style>
border-color css
<style>
span { border-color: #2AAD8C; }
span { border-color: rgb(42,173,140); }
td.TdClassName
{
border-color: #2AAD8C;
}
.TagClassName
{
border-color: #2AAD8C;
}
</style>