Shades of Niagara #2BAD93
Tints of Niagara #2BAD93
RGB
CMYK
RGB Variations
Color information
#2BAD93 (or 0x2BAD93) is known color: Niagara. HEX triplet: 2B, AD and 93. RGB value is (43,173,147). Sum of RGB (Red+Green+Blue) = 43+173+147=363 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.85% from 363); Green value is 173 (67.97% from 255 or 47.66% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 173 - color contains mainly: green. Hex color #2BAD93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BAD93 is #D4526C. Grayscale: #838383. Windows color (decimal): -13914733 or 9678123. OLE color: 9678123.
HSL color Cylindrical-coordinate representation of color #2BAD93: hue angle of 168º 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 #2BAD93 is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 173 | 147 | - |
| CMYK | 0.75 | 0 | 0.15 | 0.32 |
| HSL | 168º | 0.6% | 0.42% | - |
| HSV(B) | 168º | 0.75% | 0.68% | - |
| XYZ | 21.21 | 32.51 | 32.76 | - |
| YUV | 131.17 | 136.93 | 65.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 173 | 147 | 0.75 | 0 | 0.15 | 0.32 | 168 | 0.6 | 0.42 |
| Hex | 2B | AD | 93 | 4B | 0 | F | 20 | A8 | 3C | 2A |
| Octal | 53 | 255 | 223 | 113 | 0 | 17 | 40 | 250 | 74 | 52 |
| Binary | 101011 | 10101101 | 10010011 | 1001011 | 0 | 1111 | 100000 | 10101000 | 111100 | 101010 |
Color Harmonies of #2BAD93
Complementary color
Monochromatic Colors of #2BAD93
Black with #2BAD93
Text Example
Text Example
White with #2BAD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAD93; }
p { color: rgb(43,173,147); }
H1.HeaderClassName
{
color: #2BAD93;
}
.AnyTagClassName
{
color: #2BAD93;
}
</style>
background-color css
<style>
a { background-color: #2BAD93; }
a { background-color: rgb(43,173,147); }
div.DivClassName
{
background-color: #2BAD93;
}
.BgClassName
{
background-color: #2BAD93;
}
</style>
border-color css
<style>
span { border-color: #2BAD93; }
span { border-color: rgb(43,173,147); }
td.TdClassName
{
border-color: #2BAD93;
}
.TagClassName
{
border-color: #2BAD93;
}
</style>