Shades of Niagara #3CB298
Tints of Niagara #3CB298
RGB
CMYK
RGB Variations
Color information
#3CB298 (or 0x3CB298) is known color: Niagara. HEX triplet: 3C, B2 and 98. RGB value is (60,178,152). Sum of RGB (Red+Green+Blue) = 60+178+152=390 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.38% from 390); Green value is 178 (69.92% from 255 or 45.64% from 390); Blue value is 152 (59.77% from 255 or 38.97% from 390); Max value from RGB is 178 - color contains mainly: green. Hex color #3CB298 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CB298 is #C34D67. Grayscale: #8B8B8B. Windows color (decimal): -12799336 or 10007100. OLE color: 10007100.
HSL color Cylindrical-coordinate representation of color #3CB298: hue angle of 166.78º 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 #3CB298 is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 60 | 178 | 152 | - |
| CMYK | 0.66 | 0 | 0.15 | 0.30 |
| HSL | 166.78º | 0.5% | 0.47% | - |
| HSV(B) | 166.78º | 0.66% | 0.7% | - |
| XYZ | 23.45 | 35.07 | 35.24 | - |
| YUV | 139.75 | 134.91 | 71.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 178 | 152 | 0.66 | 0 | 0.15 | 0.30 | 166.78 | 0.5 | 0.47 |
| Hex | 3C | B2 | 98 | 42 | 0 | F | 1E | A7 | 32 | 2F |
| Octal | 74 | 262 | 230 | 102 | 0 | 17 | 36 | 247 | 62 | 57 |
| Binary | 111100 | 10110010 | 10011000 | 1000010 | 0 | 1111 | 11110 | 10100111 | 110010 | 101111 |
Color Harmonies of #3CB298
Complementary color
Monochromatic Colors of #3CB298
Black with #3CB298
Text Example
Text Example
White with #3CB298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB298; }
p { color: rgb(60,178,152); }
H1.HeaderClassName
{
color: #3CB298;
}
.AnyTagClassName
{
color: #3CB298;
}
</style>
background-color css
<style>
a { background-color: #3CB298; }
a { background-color: rgb(60,178,152); }
div.DivClassName
{
background-color: #3CB298;
}
.BgClassName
{
background-color: #3CB298;
}
</style>
border-color css
<style>
span { border-color: #3CB298; }
span { border-color: rgb(60,178,152); }
td.TdClassName
{
border-color: #3CB298;
}
.TagClassName
{
border-color: #3CB298;
}
</style>