Shades of Niagara #2BB898
Tints of Niagara #2BB898
RGB
CMYK
RGB Variations
Color information
#2BB898 (or 0x2BB898) is known color: Niagara. HEX triplet: 2B, B8 and 98. RGB value is (43,184,152). Sum of RGB (Red+Green+Blue) = 43+184+152=379 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.35% from 379); Green value is 184 (72.27% from 255 or 48.55% from 379); Blue value is 152 (59.77% from 255 or 40.11% from 379); Max value from RGB is 184 - color contains mainly: green. Hex color #2BB898 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BB898 is #D44767. Grayscale: #8A8A8A. Windows color (decimal): -13911912 or 10008619. OLE color: 10008619.
HSL color Cylindrical-coordinate representation of color #2BB898: hue angle of 166.38º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BB898 is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 43 | 184 | 152 | - |
| CMYK | 0.77 | 0 | 0.17 | 0.28 |
| HSL | 166.38º | 0.62% | 0.45% | - |
| HSV(B) | 166.38º | 0.77% | 0.72% | - |
| XYZ | 23.8 | 37.06 | 35.6 | - |
| YUV | 138.19 | 135.79 | 60.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 184 | 152 | 0.77 | 0 | 0.17 | 0.28 | 166.38 | 0.62 | 0.45 |
| Hex | 2B | B8 | 98 | 4D | 0 | 11 | 1C | A6 | 3E | 2D |
| Octal | 53 | 270 | 230 | 115 | 0 | 21 | 34 | 246 | 76 | 55 |
| Binary | 101011 | 10111000 | 10011000 | 1001101 | 0 | 10001 | 11100 | 10100110 | 111110 | 101101 |
Color Harmonies of #2BB898
Complementary color
Monochromatic Colors of #2BB898
Black with #2BB898
Text Example
Text Example
White with #2BB898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB898; }
p { color: rgb(43,184,152); }
H1.HeaderClassName
{
color: #2BB898;
}
.AnyTagClassName
{
color: #2BB898;
}
</style>
background-color css
<style>
a { background-color: #2BB898; }
a { background-color: rgb(43,184,152); }
div.DivClassName
{
background-color: #2BB898;
}
.BgClassName
{
background-color: #2BB898;
}
</style>
border-color css
<style>
span { border-color: #2BB898; }
span { border-color: rgb(43,184,152); }
td.TdClassName
{
border-color: #2BB898;
}
.TagClassName
{
border-color: #2BB898;
}
</style>