Shades of Niagara #2AAB8F
Tints of Niagara #2AAB8F
RGB
CMYK
RGB Variations
Color information
#2AAB8F (or 0x2AAB8F) is known color: Niagara. HEX triplet: 2A, AB and 8F. RGB value is (42,171,143). Sum of RGB (Red+Green+Blue) = 42+171+143=356 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.80% from 356); Green value is 171 (67.19% from 255 or 48.03% from 356); Blue value is 143 (56.25% from 255 or 40.17% from 356); Max value from RGB is 171 - color contains mainly: green. Hex color #2AAB8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AAB8F is #D55470. Grayscale: #818181. Windows color (decimal): -13980785 or 9415466. OLE color: 9415466.
HSL color Cylindrical-coordinate representation of color #2AAB8F: hue angle of 166.98º degrees, saturation: 0.61, 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 #2AAB8F is Cyan = 0.75, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 171 | 143 | - |
| CMYK | 0.75 | 0 | 0.16 | 0.33 |
| HSL | 166.98º | 0.61% | 0.42% | - |
| HSV(B) | 166.98º | 0.75% | 0.67% | - |
| XYZ | 20.48 | 31.6 | 31.01 | - |
| YUV | 129.24 | 135.76 | 65.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 171 | 143 | 0.75 | 0 | 0.16 | 0.33 | 166.98 | 0.61 | 0.42 |
| Hex | 2A | AB | 8F | 4B | 0 | 10 | 21 | A7 | 3D | 2A |
| Octal | 52 | 253 | 217 | 113 | 0 | 20 | 41 | 247 | 75 | 52 |
| Binary | 101010 | 10101011 | 10001111 | 1001011 | 0 | 10000 | 100001 | 10100111 | 111101 | 101010 |
Color Harmonies of #2AAB8F
Complementary color
Monochromatic Colors of #2AAB8F
Black with #2AAB8F
Text Example
Text Example
White with #2AAB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAB8F; }
p { color: rgb(42,171,143); }
H1.HeaderClassName
{
color: #2AAB8F;
}
.AnyTagClassName
{
color: #2AAB8F;
}
</style>
background-color css
<style>
a { background-color: #2AAB8F; }
a { background-color: rgb(42,171,143); }
div.DivClassName
{
background-color: #2AAB8F;
}
.BgClassName
{
background-color: #2AAB8F;
}
</style>
border-color css
<style>
span { border-color: #2AAB8F; }
span { border-color: rgb(42,171,143); }
td.TdClassName
{
border-color: #2AAB8F;
}
.TagClassName
{
border-color: #2AAB8F;
}
</style>