Shades of Niagara #3CB49C
Tints of Niagara #3CB49C
RGB
CMYK
RGB Variations
Color information
#3CB49C (or 0x3CB49C) is known color: Niagara. HEX triplet: 3C, B4 and 9C. RGB value is (60,180,156). Sum of RGB (Red+Green+Blue) = 60+180+156=396 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.15% from 396); Green value is 180 (70.70% from 255 or 45.45% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 180 - color contains mainly: green. Hex color #3CB49C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB49C is #C34B63. Grayscale: #8D8D8D. Windows color (decimal): -12798820 or 10269756. OLE color: 10269756.
HSL color Cylindrical-coordinate representation of color #3CB49C: hue angle of 168º 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 #3CB49C is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 180 | 156 | - |
| CMYK | 0.67 | 0 | 0.13 | 0.29 |
| HSL | 168º | 0.5% | 0.47% | - |
| HSV(B) | 168º | 0.67% | 0.71% | - |
| XYZ | 24.19 | 36 | 37.13 | - |
| YUV | 141.38 | 136.24 | 69.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 180 | 156 | 0.67 | 0 | 0.13 | 0.29 | 168 | 0.5 | 0.47 |
| Hex | 3C | B4 | 9C | 43 | 0 | D | 1D | A8 | 32 | 2F |
| Octal | 74 | 264 | 234 | 103 | 0 | 15 | 35 | 250 | 62 | 57 |
| Binary | 111100 | 10110100 | 10011100 | 1000011 | 0 | 1101 | 11101 | 10101000 | 110010 | 101111 |
Color Harmonies of #3CB49C
Complementary color
Monochromatic Colors of #3CB49C
Black with #3CB49C
Text Example
Text Example
White with #3CB49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB49C; }
p { color: rgb(60,180,156); }
H1.HeaderClassName
{
color: #3CB49C;
}
.AnyTagClassName
{
color: #3CB49C;
}
</style>
background-color css
<style>
a { background-color: #3CB49C; }
a { background-color: rgb(60,180,156); }
div.DivClassName
{
background-color: #3CB49C;
}
.BgClassName
{
background-color: #3CB49C;
}
</style>
border-color css
<style>
span { border-color: #3CB49C; }
span { border-color: rgb(60,180,156); }
td.TdClassName
{
border-color: #3CB49C;
}
.TagClassName
{
border-color: #3CB49C;
}
</style>