Shades of Niagara #2BAC8C
Tints of Niagara #2BAC8C
RGB
CMYK
RGB Variations
Color information
#2BAC8C (or 0x2BAC8C) is known color: Niagara. HEX triplet: 2B, AC and 8C. RGB value is (43,172,140). Sum of RGB (Red+Green+Blue) = 43+172+140=355 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.11% from 355); Green value is 172 (67.58% from 255 or 48.45% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 172 - color contains mainly: green. Hex color #2BAC8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BAC8C is #D45373. Grayscale: #818181. Windows color (decimal): -13914996 or 9219115. OLE color: 9219115.
HSL color Cylindrical-coordinate representation of color #2BAC8C: hue angle of 165.12º 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 #2BAC8C is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 172 | 140 | - |
| CMYK | 0.75 | 0 | 0.19 | 0.33 |
| HSL | 165.12º | 0.6% | 0.42% | - |
| HSV(B) | 165.12º | 0.75% | 0.67% | - |
| XYZ | 20.48 | 31.91 | 29.89 | - |
| YUV | 129.78 | 133.76 | 66.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 172 | 140 | 0.75 | 0 | 0.19 | 0.33 | 165.12 | 0.6 | 0.42 |
| Hex | 2B | AC | 8C | 4B | 0 | 13 | 21 | A5 | 3C | 2A |
| Octal | 53 | 254 | 214 | 113 | 0 | 23 | 41 | 245 | 74 | 52 |
| Binary | 101011 | 10101100 | 10001100 | 1001011 | 0 | 10011 | 100001 | 10100101 | 111100 | 101010 |
Color Harmonies of #2BAC8C
Complementary color
Monochromatic Colors of #2BAC8C
Black with #2BAC8C
Text Example
Text Example
White with #2BAC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAC8C; }
p { color: rgb(43,172,140); }
H1.HeaderClassName
{
color: #2BAC8C;
}
.AnyTagClassName
{
color: #2BAC8C;
}
</style>
background-color css
<style>
a { background-color: #2BAC8C; }
a { background-color: rgb(43,172,140); }
div.DivClassName
{
background-color: #2BAC8C;
}
.BgClassName
{
background-color: #2BAC8C;
}
</style>
border-color css
<style>
span { border-color: #2BAC8C; }
span { border-color: rgb(43,172,140); }
td.TdClassName
{
border-color: #2BAC8C;
}
.TagClassName
{
border-color: #2BAC8C;
}
</style>