Shades of Niagara #2BAB8F
Tints of Niagara #2BAB8F
RGB
CMYK
RGB Variations
Color information
#2BAB8F (or 0x2BAB8F) is known color: Niagara. HEX triplet: 2B, AB and 8F. RGB value is (43,171,143). Sum of RGB (Red+Green+Blue) = 43+171+143=357 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.04% from 357); Green value is 171 (67.19% from 255 or 47.90% from 357); Blue value is 143 (56.25% from 255 or 40.06% from 357); Max value from RGB is 171 - color contains mainly: green. Hex color #2BAB8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BAB8F is #D45470. Grayscale: #818181. Windows color (decimal): -13915249 or 9415467. OLE color: 9415467.
HSL color Cylindrical-coordinate representation of color #2BAB8F: hue angle of 166.88º 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 #2BAB8F is Cyan = 0.75, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 171 | 143 | - |
| CMYK | 0.75 | 0 | 0.16 | 0.33 |
| HSL | 166.88º | 0.6% | 0.42% | - |
| HSV(B) | 166.88º | 0.75% | 0.67% | - |
| XYZ | 20.52 | 31.62 | 31.01 | - |
| YUV | 129.54 | 135.59 | 66.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 171 | 143 | 0.75 | 0 | 0.16 | 0.33 | 166.88 | 0.6 | 0.42 |
| Hex | 2B | AB | 8F | 4B | 0 | 10 | 21 | A7 | 3C | 2A |
| Octal | 53 | 253 | 217 | 113 | 0 | 20 | 41 | 247 | 74 | 52 |
| Binary | 101011 | 10101011 | 10001111 | 1001011 | 0 | 10000 | 100001 | 10100111 | 111100 | 101010 |
Color Harmonies of #2BAB8F
Complementary color
Monochromatic Colors of #2BAB8F
Black with #2BAB8F
Text Example
Text Example
White with #2BAB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAB8F; }
p { color: rgb(43,171,143); }
H1.HeaderClassName
{
color: #2BAB8F;
}
.AnyTagClassName
{
color: #2BAB8F;
}
</style>
background-color css
<style>
a { background-color: #2BAB8F; }
a { background-color: rgb(43,171,143); }
div.DivClassName
{
background-color: #2BAB8F;
}
.BgClassName
{
background-color: #2BAB8F;
}
</style>
border-color css
<style>
span { border-color: #2BAB8F; }
span { border-color: rgb(43,171,143); }
td.TdClassName
{
border-color: #2BAB8F;
}
.TagClassName
{
border-color: #2BAB8F;
}
</style>