Shades of Niagara #3BB195
Tints of Niagara #3BB195
RGB
CMYK
RGB Variations
Color information
#3BB195 (or 0x3BB195) is known color: Niagara. HEX triplet: 3B, B1 and 95. RGB value is (59,177,149). Sum of RGB (Red+Green+Blue) = 59+177+149=385 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.32% from 385); Green value is 177 (69.53% from 255 or 45.97% from 385); Blue value is 149 (58.59% from 255 or 38.70% from 385); Max value from RGB is 177 - color contains mainly: green. Hex color #3BB195 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BB195 is #C44E6A. Grayscale: #8A8A8A. Windows color (decimal): -12865131 or 9810235. OLE color: 9810235.
HSL color Cylindrical-coordinate representation of color #3BB195: hue angle of 165.76º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3BB195 is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 59 | 177 | 149 | - |
| CMYK | 0.67 | 0 | 0.16 | 0.31 |
| HSL | 165.76º | 0.5% | 0.46% | - |
| HSV(B) | 165.76º | 0.67% | 0.69% | - |
| XYZ | 22.95 | 34.54 | 33.89 | - |
| YUV | 138.53 | 133.91 | 71.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 177 | 149 | 0.67 | 0 | 0.16 | 0.31 | 165.76 | 0.5 | 0.46 |
| Hex | 3B | B1 | 95 | 43 | 0 | 10 | 1F | A6 | 32 | 2E |
| Octal | 73 | 261 | 225 | 103 | 0 | 20 | 37 | 246 | 62 | 56 |
| Binary | 111011 | 10110001 | 10010101 | 1000011 | 0 | 10000 | 11111 | 10100110 | 110010 | 101110 |
Color Harmonies of #3BB195
Complementary color
Monochromatic Colors of #3BB195
Black with #3BB195
Text Example
Text Example
White with #3BB195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BB195; }
p { color: rgb(59,177,149); }
H1.HeaderClassName
{
color: #3BB195;
}
.AnyTagClassName
{
color: #3BB195;
}
</style>
background-color css
<style>
a { background-color: #3BB195; }
a { background-color: rgb(59,177,149); }
div.DivClassName
{
background-color: #3BB195;
}
.BgClassName
{
background-color: #3BB195;
}
</style>
border-color css
<style>
span { border-color: #3BB195; }
span { border-color: rgb(59,177,149); }
td.TdClassName
{
border-color: #3BB195;
}
.TagClassName
{
border-color: #3BB195;
}
</style>