Shades of Niagara #2BAC99
Tints of Niagara #2BAC99
RGB
CMYK
RGB Variations
Color information
#2BAC99 (or 0x2BAC99) is known color: Niagara. HEX triplet: 2B, AC and 99. RGB value is (43,172,153). Sum of RGB (Red+Green+Blue) = 43+172+153=368 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.68% from 368); Green value is 172 (67.58% from 255 or 46.74% from 368); Blue value is 153 (60.16% from 255 or 41.58% from 368); Max value from RGB is 172 - color contains mainly: green. Hex color #2BAC99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BAC99 is #D45366. Grayscale: #838383. Windows color (decimal): -13914983 or 10071083. OLE color: 10071083.
HSL color Cylindrical-coordinate representation of color #2BAC99: hue angle of 171.16º 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 #2BAC99 is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 172 | 153 | - |
| CMYK | 0.75 | 0 | 0.11 | 0.33 |
| HSL | 171.16º | 0.6% | 0.42% | - |
| HSV(B) | 171.16º | 0.75% | 0.67% | - |
| XYZ | 21.5 | 32.32 | 35.24 | - |
| YUV | 131.26 | 140.26 | 65.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 172 | 153 | 0.75 | 0 | 0.11 | 0.33 | 171.16 | 0.6 | 0.42 |
| Hex | 2B | AC | 99 | 4B | 0 | B | 21 | AB | 3C | 2A |
| Octal | 53 | 254 | 231 | 113 | 0 | 13 | 41 | 253 | 74 | 52 |
| Binary | 101011 | 10101100 | 10011001 | 1001011 | 0 | 1011 | 100001 | 10101011 | 111100 | 101010 |
Color Harmonies of #2BAC99
Complementary color
Monochromatic Colors of #2BAC99
Black with #2BAC99
Text Example
Text Example
White with #2BAC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAC99; }
p { color: rgb(43,172,153); }
H1.HeaderClassName
{
color: #2BAC99;
}
.AnyTagClassName
{
color: #2BAC99;
}
</style>
background-color css
<style>
a { background-color: #2BAC99; }
a { background-color: rgb(43,172,153); }
div.DivClassName
{
background-color: #2BAC99;
}
.BgClassName
{
background-color: #2BAC99;
}
</style>
border-color css
<style>
span { border-color: #2BAC99; }
span { border-color: rgb(43,172,153); }
td.TdClassName
{
border-color: #2BAC99;
}
.TagClassName
{
border-color: #2BAC99;
}
</style>