Shades of Niagara #2BAA98
Tints of Niagara #2BAA98
RGB
CMYK
RGB Variations
Color information
#2BAA98 (or 0x2BAA98) is known color: Niagara. HEX triplet: 2B, AA and 98. RGB value is (43,170,152). Sum of RGB (Red+Green+Blue) = 43+170+152=365 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.78% from 365); Green value is 170 (66.80% from 255 or 46.58% from 365); Blue value is 152 (59.77% from 255 or 41.64% from 365); Max value from RGB is 170 - color contains mainly: green. Hex color #2BAA98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BAA98 is #D45567. Grayscale: #818181. Windows color (decimal): -13915496 or 10005035. OLE color: 10005035.
HSL color Cylindrical-coordinate representation of color #2BAA98: hue angle of 171.5º 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 #2BAA98 is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 170 | 152 | - |
| CMYK | 0.75 | 0 | 0.11 | 0.33 |
| HSL | 171.5º | 0.6% | 0.42% | - |
| HSV(B) | 171.5º | 0.75% | 0.67% | - |
| XYZ | 21.04 | 31.53 | 34.68 | - |
| YUV | 129.98 | 140.42 | 65.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 170 | 152 | 0.75 | 0 | 0.11 | 0.33 | 171.5 | 0.6 | 0.42 |
| Hex | 2B | AA | 98 | 4B | 0 | B | 21 | AB | 3C | 2A |
| Octal | 53 | 252 | 230 | 113 | 0 | 13 | 41 | 253 | 74 | 52 |
| Binary | 101011 | 10101010 | 10011000 | 1001011 | 0 | 1011 | 100001 | 10101011 | 111100 | 101010 |
Color Harmonies of #2BAA98
Complementary color
Monochromatic Colors of #2BAA98
Black with #2BAA98
Text Example
Text Example
White with #2BAA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAA98; }
p { color: rgb(43,170,152); }
H1.HeaderClassName
{
color: #2BAA98;
}
.AnyTagClassName
{
color: #2BAA98;
}
</style>
background-color css
<style>
a { background-color: #2BAA98; }
a { background-color: rgb(43,170,152); }
div.DivClassName
{
background-color: #2BAA98;
}
.BgClassName
{
background-color: #2BAA98;
}
</style>
border-color css
<style>
span { border-color: #2BAA98; }
span { border-color: rgb(43,170,152); }
td.TdClassName
{
border-color: #2BAA98;
}
.TagClassName
{
border-color: #2BAA98;
}
</style>