Shades of Niagara #3CB095
Tints of Niagara #3CB095
RGB
CMYK
RGB Variations
Color information
#3CB095 (or 0x3CB095) is known color: Niagara. HEX triplet: 3C, B0 and 95. RGB value is (60,176,149). Sum of RGB (Red+Green+Blue) = 60+176+149=385 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.58% from 385); Green value is 176 (69.14% from 255 or 45.71% from 385); Blue value is 149 (58.59% from 255 or 38.70% from 385); Max value from RGB is 176 - color contains mainly: green. Hex color #3CB095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CB095 is #C34F6A. Grayscale: #8A8A8A. Windows color (decimal): -12799851 or 9809980. OLE color: 9809980.
HSL color Cylindrical-coordinate representation of color #3CB095: hue angle of 166.03º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CB095 is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 176 | 149 | - |
| CMYK | 0.66 | 0 | 0.15 | 0.31 |
| HSL | 166.03º | 0.49% | 0.46% | - |
| HSV(B) | 166.03º | 0.66% | 0.69% | - |
| XYZ | 22.81 | 34.18 | 33.83 | - |
| YUV | 138.24 | 134.07 | 72.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 176 | 149 | 0.66 | 0 | 0.15 | 0.31 | 166.03 | 0.49 | 0.46 |
| Hex | 3C | B0 | 95 | 42 | 0 | F | 1F | A6 | 31 | 2E |
| Octal | 74 | 260 | 225 | 102 | 0 | 17 | 37 | 246 | 61 | 56 |
| Binary | 111100 | 10110000 | 10010101 | 1000010 | 0 | 1111 | 11111 | 10100110 | 110001 | 101110 |
Color Harmonies of #3CB095
Complementary color
Monochromatic Colors of #3CB095
Black with #3CB095
Text Example
Text Example
White with #3CB095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB095; }
p { color: rgb(60,176,149); }
H1.HeaderClassName
{
color: #3CB095;
}
.AnyTagClassName
{
color: #3CB095;
}
</style>
background-color css
<style>
a { background-color: #3CB095; }
a { background-color: rgb(60,176,149); }
div.DivClassName
{
background-color: #3CB095;
}
.BgClassName
{
background-color: #3CB095;
}
</style>
border-color css
<style>
span { border-color: #3CB095; }
span { border-color: rgb(60,176,149); }
td.TdClassName
{
border-color: #3CB095;
}
.TagClassName
{
border-color: #3CB095;
}
</style>