Shades of Niagara #2BAD99
Tints of Niagara #2BAD99
RGB
CMYK
RGB Variations
Color information
#2BAD99 (or 0x2BAD99) is known color: Niagara. HEX triplet: 2B, AD and 99. RGB value is (43,173,153). Sum of RGB (Red+Green+Blue) = 43+173+153=369 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.65% from 369); Green value is 173 (67.97% from 255 or 46.88% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 173 - color contains mainly: green. Hex color #2BAD99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BAD99 is #D45266. Grayscale: #838383. Windows color (decimal): -13914727 or 10071339. OLE color: 10071339.
HSL color Cylindrical-coordinate representation of color #2BAD99: hue angle of 170.77º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAD99 is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 173 | 153 | - |
| CMYK | 0.75 | 0 | 0.12 | 0.32 |
| HSL | 170.77º | 0.6% | 0.42% | - |
| HSV(B) | 170.77º | 0.75% | 0.68% | - |
| XYZ | 21.69 | 32.7 | 35.31 | - |
| YUV | 131.85 | 139.93 | 64.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 173 | 153 | 0.75 | 0 | 0.12 | 0.32 | 170.77 | 0.6 | 0.42 |
| Hex | 2B | AD | 99 | 4B | 0 | C | 20 | AB | 3C | 2A |
| Octal | 53 | 255 | 231 | 113 | 0 | 14 | 40 | 253 | 74 | 52 |
| Binary | 101011 | 10101101 | 10011001 | 1001011 | 0 | 1100 | 100000 | 10101011 | 111100 | 101010 |
Color Harmonies of #2BAD99
Complementary color
Monochromatic Colors of #2BAD99
Black with #2BAD99
Text Example
Text Example
White with #2BAD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAD99; }
p { color: rgb(43,173,153); }
H1.HeaderClassName
{
color: #2BAD99;
}
.AnyTagClassName
{
color: #2BAD99;
}
</style>
background-color css
<style>
a { background-color: #2BAD99; }
a { background-color: rgb(43,173,153); }
div.DivClassName
{
background-color: #2BAD99;
}
.BgClassName
{
background-color: #2BAD99;
}
</style>
border-color css
<style>
span { border-color: #2BAD99; }
span { border-color: rgb(43,173,153); }
td.TdClassName
{
border-color: #2BAD99;
}
.TagClassName
{
border-color: #2BAD99;
}
</style>