Shades of Niagara #2BB694
Tints of Niagara #2BB694
RGB
CMYK
RGB Variations
Color information
#2BB694 (or 0x2BB694) is known color: Niagara. HEX triplet: 2B, B6 and 94. RGB value is (43,182,148). Sum of RGB (Red+Green+Blue) = 43+182+148=373 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.53% from 373); Green value is 182 (71.48% from 255 or 48.79% from 373); Blue value is 148 (58.20% from 255 or 39.68% from 373); Max value from RGB is 182 - color contains mainly: green. Hex color #2BB694 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BB694 is #D4496B. Grayscale: #888888. Windows color (decimal): -13912428 or 9745963. OLE color: 9745963.
HSL color Cylindrical-coordinate representation of color #2BB694: hue angle of 165.32º 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 #2BB694 is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 43 | 182 | 148 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.29 |
| HSL | 165.32º | 0.62% | 0.44% | - |
| HSV(B) | 165.32º | 0.76% | 0.71% | - |
| XYZ | 23.07 | 36.11 | 33.77 | - |
| YUV | 136.56 | 134.45 | 61.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 182 | 148 | 0.76 | 0 | 0.19 | 0.29 | 165.32 | 0.62 | 0.44 |
| Hex | 2B | B6 | 94 | 4C | 0 | 13 | 1D | A5 | 3E | 2C |
| Octal | 53 | 266 | 224 | 114 | 0 | 23 | 35 | 245 | 76 | 54 |
| Binary | 101011 | 10110110 | 10010100 | 1001100 | 0 | 10011 | 11101 | 10100101 | 111110 | 101100 |
Color Harmonies of #2BB694
Complementary color
Monochromatic Colors of #2BB694
Black with #2BB694
Text Example
Text Example
White with #2BB694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB694; }
p { color: rgb(43,182,148); }
H1.HeaderClassName
{
color: #2BB694;
}
.AnyTagClassName
{
color: #2BB694;
}
</style>
background-color css
<style>
a { background-color: #2BB694; }
a { background-color: rgb(43,182,148); }
div.DivClassName
{
background-color: #2BB694;
}
.BgClassName
{
background-color: #2BB694;
}
</style>
border-color css
<style>
span { border-color: #2BB694; }
span { border-color: rgb(43,182,148); }
td.TdClassName
{
border-color: #2BB694;
}
.TagClassName
{
border-color: #2BB694;
}
</style>