Shades of Niagara #2BB595
Tints of Niagara #2BB595
RGB
CMYK
RGB Variations
Color information
#2BB595 (or 0x2BB595) is known color: Niagara. HEX triplet: 2B, B5 and 95. RGB value is (43,181,149). Sum of RGB (Red+Green+Blue) = 43+181+149=373 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.53% from 373); Green value is 181 (71.09% from 255 or 48.53% from 373); Blue value is 149 (58.59% from 255 or 39.95% from 373); Max value from RGB is 181 - color contains mainly: green. Hex color #2BB595 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BB595 is #D44A6A. Grayscale: #888888. Windows color (decimal): -13912683 or 9811243. OLE color: 9811243.
HSL color Cylindrical-coordinate representation of color #2BB595: hue angle of 166.09º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB595 is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 43 | 181 | 149 | - |
| CMYK | 0.76 | 0 | 0.18 | 0.29 |
| HSL | 166.09º | 0.62% | 0.44% | - |
| HSV(B) | 166.09º | 0.76% | 0.71% | - |
| XYZ | 22.94 | 35.73 | 34.12 | - |
| YUV | 136.09 | 135.28 | 61.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 181 | 149 | 0.76 | 0 | 0.18 | 0.29 | 166.09 | 0.62 | 0.44 |
| Hex | 2B | B5 | 95 | 4C | 0 | 12 | 1D | A6 | 3E | 2C |
| Octal | 53 | 265 | 225 | 114 | 0 | 22 | 35 | 246 | 76 | 54 |
| Binary | 101011 | 10110101 | 10010101 | 1001100 | 0 | 10010 | 11101 | 10100110 | 111110 | 101100 |
Color Harmonies of #2BB595
Complementary color
Monochromatic Colors of #2BB595
Black with #2BB595
Text Example
Text Example
White with #2BB595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB595; }
p { color: rgb(43,181,149); }
H1.HeaderClassName
{
color: #2BB595;
}
.AnyTagClassName
{
color: #2BB595;
}
</style>
background-color css
<style>
a { background-color: #2BB595; }
a { background-color: rgb(43,181,149); }
div.DivClassName
{
background-color: #2BB595;
}
.BgClassName
{
background-color: #2BB595;
}
</style>
border-color css
<style>
span { border-color: #2BB595; }
span { border-color: rgb(43,181,149); }
td.TdClassName
{
border-color: #2BB595;
}
.TagClassName
{
border-color: #2BB595;
}
</style>