Shades of Niagara #3BAC9A
Tints of Niagara #3BAC9A
RGB
CMYK
RGB Variations
Color information
#3BAC9A (or 0x3BAC9A) is known color: Niagara. HEX triplet: 3B, AC and 9A. RGB value is (59,172,154). Sum of RGB (Red+Green+Blue) = 59+172+154=385 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.32% from 385); Green value is 172 (67.58% from 255 or 44.68% from 385); Blue value is 154 (60.55% from 255 or 40% from 385); Max value from RGB is 172 - color contains mainly: green. Hex color #3BAC9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAC9A is #C45365. Grayscale: #888888. Windows color (decimal): -12866406 or 10136635. OLE color: 10136635.
HSL color Cylindrical-coordinate representation of color #3BAC9A: hue angle of 170.44º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3BAC9A is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 172 | 154 | - |
| CMYK | 0.66 | 0 | 0.10 | 0.33 |
| HSL | 170.44º | 0.49% | 0.45% | - |
| HSV(B) | 170.44º | 0.66% | 0.67% | - |
| XYZ | 22.39 | 32.77 | 35.72 | - |
| YUV | 136.16 | 138.06 | 72.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 172 | 154 | 0.66 | 0 | 0.10 | 0.33 | 170.44 | 0.49 | 0.45 |
| Hex | 3B | AC | 9A | 42 | 0 | A | 21 | AA | 31 | 2D |
| Octal | 73 | 254 | 232 | 102 | 0 | 12 | 41 | 252 | 61 | 55 |
| Binary | 111011 | 10101100 | 10011010 | 1000010 | 0 | 1010 | 100001 | 10101010 | 110001 | 101101 |
Color Harmonies of #3BAC9A
Complementary color
Monochromatic Colors of #3BAC9A
Black with #3BAC9A
Text Example
Text Example
White with #3BAC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAC9A; }
p { color: rgb(59,172,154); }
H1.HeaderClassName
{
color: #3BAC9A;
}
.AnyTagClassName
{
color: #3BAC9A;
}
</style>
background-color css
<style>
a { background-color: #3BAC9A; }
a { background-color: rgb(59,172,154); }
div.DivClassName
{
background-color: #3BAC9A;
}
.BgClassName
{
background-color: #3BAC9A;
}
</style>
border-color css
<style>
span { border-color: #3BAC9A; }
span { border-color: rgb(59,172,154); }
td.TdClassName
{
border-color: #3BAC9A;
}
.TagClassName
{
border-color: #3BAC9A;
}
</style>