Shades of Niagara #3BAB9A
Tints of Niagara #3BAB9A
RGB
CMYK
RGB Variations
Color information
#3BAB9A (or 0x3BAB9A) is known color: Niagara. HEX triplet: 3B, AB and 9A. RGB value is (59,171,154). Sum of RGB (Red+Green+Blue) = 59+171+154=384 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.36% from 384); Green value is 171 (67.19% from 255 or 44.53% from 384); Blue value is 154 (60.55% from 255 or 40.10% from 384); Max value from RGB is 171 - color contains mainly: green. Hex color #3BAB9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAB9A is #C45465. Grayscale: #878787. Windows color (decimal): -12866662 or 10136379. OLE color: 10136379.
HSL color Cylindrical-coordinate representation of color #3BAB9A: hue angle of 170.89º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3BAB9A is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 171 | 154 | - |
| CMYK | 0.65 | 0 | 0.10 | 0.33 |
| HSL | 170.89º | 0.49% | 0.45% | - |
| HSV(B) | 170.89º | 0.65% | 0.67% | - |
| XYZ | 22.2 | 32.39 | 35.65 | - |
| YUV | 135.57 | 138.39 | 73.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 171 | 154 | 0.65 | 0 | 0.10 | 0.33 | 170.89 | 0.49 | 0.45 |
| Hex | 3B | AB | 9A | 41 | 0 | A | 21 | AB | 31 | 2D |
| Octal | 73 | 253 | 232 | 101 | 0 | 12 | 41 | 253 | 61 | 55 |
| Binary | 111011 | 10101011 | 10011010 | 1000001 | 0 | 1010 | 100001 | 10101011 | 110001 | 101101 |
Color Harmonies of #3BAB9A
Complementary color
Monochromatic Colors of #3BAB9A
Black with #3BAB9A
Text Example
Text Example
White with #3BAB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAB9A; }
p { color: rgb(59,171,154); }
H1.HeaderClassName
{
color: #3BAB9A;
}
.AnyTagClassName
{
color: #3BAB9A;
}
</style>
background-color css
<style>
a { background-color: #3BAB9A; }
a { background-color: rgb(59,171,154); }
div.DivClassName
{
background-color: #3BAB9A;
}
.BgClassName
{
background-color: #3BAB9A;
}
</style>
border-color css
<style>
span { border-color: #3BAB9A; }
span { border-color: rgb(59,171,154); }
td.TdClassName
{
border-color: #3BAB9A;
}
.TagClassName
{
border-color: #3BAB9A;
}
</style>