Shades of Niagara #3CB297
Tints of Niagara #3CB297
RGB
CMYK
RGB Variations
Color information
#3CB297 (or 0x3CB297) is known color: Niagara. HEX triplet: 3C, B2 and 97. RGB value is (60,178,151). Sum of RGB (Red+Green+Blue) = 60+178+151=389 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.42% from 389); Green value is 178 (69.92% from 255 or 45.76% from 389); Blue value is 151 (59.38% from 255 or 38.82% from 389); Max value from RGB is 178 - color contains mainly: green. Hex color #3CB297 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CB297 is #C34D68. Grayscale: #8B8B8B. Windows color (decimal): -12799337 or 9941564. OLE color: 9941564.
HSL color Cylindrical-coordinate representation of color #3CB297: hue angle of 166.27º 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 #3CB297 is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 60 | 178 | 151 | - |
| CMYK | 0.66 | 0 | 0.15 | 0.30 |
| HSL | 166.27º | 0.5% | 0.47% | - |
| HSV(B) | 166.27º | 0.66% | 0.7% | - |
| XYZ | 23.37 | 35.04 | 34.81 | - |
| YUV | 139.64 | 134.41 | 71.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 178 | 151 | 0.66 | 0 | 0.15 | 0.30 | 166.27 | 0.5 | 0.47 |
| Hex | 3C | B2 | 97 | 42 | 0 | F | 1E | A6 | 32 | 2F |
| Octal | 74 | 262 | 227 | 102 | 0 | 17 | 36 | 246 | 62 | 57 |
| Binary | 111100 | 10110010 | 10010111 | 1000010 | 0 | 1111 | 11110 | 10100110 | 110010 | 101111 |
Color Harmonies of #3CB297
Complementary color
Monochromatic Colors of #3CB297
Black with #3CB297
Text Example
Text Example
White with #3CB297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB297; }
p { color: rgb(60,178,151); }
H1.HeaderClassName
{
color: #3CB297;
}
.AnyTagClassName
{
color: #3CB297;
}
</style>
background-color css
<style>
a { background-color: #3CB297; }
a { background-color: rgb(60,178,151); }
div.DivClassName
{
background-color: #3CB297;
}
.BgClassName
{
background-color: #3CB297;
}
</style>
border-color css
<style>
span { border-color: #3CB297; }
span { border-color: rgb(60,178,151); }
td.TdClassName
{
border-color: #3CB297;
}
.TagClassName
{
border-color: #3CB297;
}
</style>