Shades of Niagara #2AAA8A
Tints of Niagara #2AAA8A
RGB
CMYK
RGB Variations
Color information
#2AAA8A (or 0x2AAA8A) is known color: Niagara. HEX triplet: 2A, AA and 8A. RGB value is (42,170,138). Sum of RGB (Red+Green+Blue) = 42+170+138=350 (46% of max value = 765). Red value is 42 (16.80% from 255 or 12% from 350); Green value is 170 (66.80% from 255 or 48.57% from 350); Blue value is 138 (54.30% from 255 or 39.43% from 350); Max value from RGB is 170 - color contains mainly: green. Hex color #2AAA8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AAA8A is #D55575. Grayscale: #808080. Windows color (decimal): -13981046 or 9087530. OLE color: 9087530.
HSL color Cylindrical-coordinate representation of color #2AAA8A: hue angle of 165º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AAA8A is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 170 | 138 | - |
| CMYK | 0.75 | 0 | 0.19 | 0.33 |
| HSL | 165º | 0.6% | 0.42% | - |
| HSV(B) | 165º | 0.75% | 0.67% | - |
| XYZ | 19.92 | 31.08 | 28.99 | - |
| YUV | 128.08 | 133.59 | 66.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 170 | 138 | 0.75 | 0 | 0.19 | 0.33 | 165 | 0.6 | 0.42 |
| Hex | 2A | AA | 8A | 4B | 0 | 13 | 21 | A5 | 3C | 2A |
| Octal | 52 | 252 | 212 | 113 | 0 | 23 | 41 | 245 | 74 | 52 |
| Binary | 101010 | 10101010 | 10001010 | 1001011 | 0 | 10011 | 100001 | 10100101 | 111100 | 101010 |
Color Harmonies of #2AAA8A
Complementary color
Monochromatic Colors of #2AAA8A
Black with #2AAA8A
Text Example
Text Example
White with #2AAA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAA8A; }
p { color: rgb(42,170,138); }
H1.HeaderClassName
{
color: #2AAA8A;
}
.AnyTagClassName
{
color: #2AAA8A;
}
</style>
background-color css
<style>
a { background-color: #2AAA8A; }
a { background-color: rgb(42,170,138); }
div.DivClassName
{
background-color: #2AAA8A;
}
.BgClassName
{
background-color: #2AAA8A;
}
</style>
border-color css
<style>
span { border-color: #2AAA8A; }
span { border-color: rgb(42,170,138); }
td.TdClassName
{
border-color: #2AAA8A;
}
.TagClassName
{
border-color: #2AAA8A;
}
</style>