Shades of Niagara #2BA998
Tints of Niagara #2BA998
RGB
CMYK
RGB Variations
Color information
#2BA998 (or 0x2BA998) is known color: Niagara. HEX triplet: 2B, A9 and 98. RGB value is (43,169,152). Sum of RGB (Red+Green+Blue) = 43+169+152=364 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.81% from 364); Green value is 169 (66.41% from 255 or 46.43% from 364); Blue value is 152 (59.77% from 255 or 41.76% from 364); Max value from RGB is 169 - color contains mainly: green. Hex color #2BA998 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BA998 is #D45667. Grayscale: #818181. Windows color (decimal): -13915752 or 10004779. OLE color: 10004779.
HSL color Cylindrical-coordinate representation of color #2BA998: hue angle of 171.9º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BA998 is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 43 | 169 | 152 | - |
| CMYK | 0.75 | 0 | 0.10 | 0.34 |
| HSL | 171.9º | 0.59% | 0.42% | - |
| HSV(B) | 171.9º | 0.75% | 0.66% | - |
| XYZ | 20.85 | 31.16 | 34.62 | - |
| YUV | 129.39 | 140.76 | 66.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 169 | 152 | 0.75 | 0 | 0.10 | 0.34 | 171.9 | 0.59 | 0.42 |
| Hex | 2B | A9 | 98 | 4B | 0 | A | 22 | AC | 3B | 2A |
| Octal | 53 | 251 | 230 | 113 | 0 | 12 | 42 | 254 | 73 | 52 |
| Binary | 101011 | 10101001 | 10011000 | 1001011 | 0 | 1010 | 100010 | 10101100 | 111011 | 101010 |
Color Harmonies of #2BA998
Complementary color
Monochromatic Colors of #2BA998
Black with #2BA998
Text Example
Text Example
White with #2BA998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA998; }
p { color: rgb(43,169,152); }
H1.HeaderClassName
{
color: #2BA998;
}
.AnyTagClassName
{
color: #2BA998;
}
</style>
background-color css
<style>
a { background-color: #2BA998; }
a { background-color: rgb(43,169,152); }
div.DivClassName
{
background-color: #2BA998;
}
.BgClassName
{
background-color: #2BA998;
}
</style>
border-color css
<style>
span { border-color: #2BA998; }
span { border-color: rgb(43,169,152); }
td.TdClassName
{
border-color: #2BA998;
}
.TagClassName
{
border-color: #2BA998;
}
</style>