Shades of Niagara #3CB296
Tints of Niagara #3CB296
RGB
CMYK
RGB Variations
Color information
#3CB296 (or 0x3CB296) is known color: Niagara. HEX triplet: 3C, B2 and 96. RGB value is (60,178,150). Sum of RGB (Red+Green+Blue) = 60+178+150=388 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.46% from 388); Green value is 178 (69.92% from 255 or 45.88% from 388); Blue value is 150 (58.98% from 255 or 38.66% from 388); Max value from RGB is 178 - color contains mainly: green. Hex color #3CB296 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CB296 is #C34D69. Grayscale: #8B8B8B. Windows color (decimal): -12799338 or 9876028. OLE color: 9876028.
HSL color Cylindrical-coordinate representation of color #3CB296: hue angle of 165.76º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CB296 is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 60 | 178 | 150 | - |
| CMYK | 0.66 | 0 | 0.16 | 0.30 |
| HSL | 165.76º | 0.5% | 0.47% | - |
| HSV(B) | 165.76º | 0.66% | 0.7% | - |
| XYZ | 23.29 | 35 | 34.38 | - |
| YUV | 139.53 | 133.91 | 71.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 178 | 150 | 0.66 | 0 | 0.16 | 0.30 | 165.76 | 0.5 | 0.47 |
| Hex | 3C | B2 | 96 | 42 | 0 | 10 | 1E | A6 | 32 | 2F |
| Octal | 74 | 262 | 226 | 102 | 0 | 20 | 36 | 246 | 62 | 57 |
| Binary | 111100 | 10110010 | 10010110 | 1000010 | 0 | 10000 | 11110 | 10100110 | 110010 | 101111 |
Color Harmonies of #3CB296
Complementary color
Monochromatic Colors of #3CB296
Black with #3CB296
Text Example
Text Example
White with #3CB296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB296; }
p { color: rgb(60,178,150); }
H1.HeaderClassName
{
color: #3CB296;
}
.AnyTagClassName
{
color: #3CB296;
}
</style>
background-color css
<style>
a { background-color: #3CB296; }
a { background-color: rgb(60,178,150); }
div.DivClassName
{
background-color: #3CB296;
}
.BgClassName
{
background-color: #3CB296;
}
</style>
border-color css
<style>
span { border-color: #3CB296; }
span { border-color: rgb(60,178,150); }
td.TdClassName
{
border-color: #3CB296;
}
.TagClassName
{
border-color: #3CB296;
}
</style>