Shades of Niagara #3CB499
Tints of Niagara #3CB499
RGB
CMYK
RGB Variations
Color information
#3CB499 (or 0x3CB499) is known color: Niagara. HEX triplet: 3C, B4 and 99. RGB value is (60,180,153). Sum of RGB (Red+Green+Blue) = 60+180+153=393 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.27% from 393); Green value is 180 (70.70% from 255 or 45.80% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 180 - color contains mainly: green. Hex color #3CB499 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB499 is #C34B66. Grayscale: #8D8D8D. Windows color (decimal): -12798823 or 10073148. OLE color: 10073148.
HSL color Cylindrical-coordinate representation of color #3CB499: hue angle of 166.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB499 is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 180 | 153 | - |
| CMYK | 0.67 | 0 | 0.15 | 0.29 |
| HSL | 166.5º | 0.5% | 0.47% | - |
| HSV(B) | 166.5º | 0.67% | 0.71% | - |
| XYZ | 23.93 | 35.9 | 35.81 | - |
| YUV | 141.04 | 134.74 | 70.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 180 | 153 | 0.67 | 0 | 0.15 | 0.29 | 166.5 | 0.5 | 0.47 |
| Hex | 3C | B4 | 99 | 43 | 0 | F | 1D | A6 | 32 | 2F |
| Octal | 74 | 264 | 231 | 103 | 0 | 17 | 35 | 246 | 62 | 57 |
| Binary | 111100 | 10110100 | 10011001 | 1000011 | 0 | 1111 | 11101 | 10100110 | 110010 | 101111 |
Color Harmonies of #3CB499
Complementary color
Monochromatic Colors of #3CB499
Black with #3CB499
Text Example
Text Example
White with #3CB499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB499; }
p { color: rgb(60,180,153); }
H1.HeaderClassName
{
color: #3CB499;
}
.AnyTagClassName
{
color: #3CB499;
}
</style>
background-color css
<style>
a { background-color: #3CB499; }
a { background-color: rgb(60,180,153); }
div.DivClassName
{
background-color: #3CB499;
}
.BgClassName
{
background-color: #3CB499;
}
</style>
border-color css
<style>
span { border-color: #3CB499; }
span { border-color: rgb(60,180,153); }
td.TdClassName
{
border-color: #3CB499;
}
.TagClassName
{
border-color: #3CB499;
}
</style>