Shades of Niagara #3CB19D
Tints of Niagara #3CB19D
RGB
CMYK
RGB Variations
Color information
#3CB19D (or 0x3CB19D) is known color: Niagara. HEX triplet: 3C, B1 and 9D. RGB value is (60,177,157). Sum of RGB (Red+Green+Blue) = 60+177+157=394 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.23% from 394); Green value is 177 (69.53% from 255 or 44.92% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 177 - color contains mainly: green. Hex color #3CB19D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CB19D is #C34E62. Grayscale: #8B8B8B. Windows color (decimal): -12799587 or 10334524. OLE color: 10334524.
HSL color Cylindrical-coordinate representation of color #3CB19D: hue angle of 169.74º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CB19D is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 177 | 157 | - |
| CMYK | 0.66 | 0 | 0.11 | 0.31 |
| HSL | 169.74º | 0.49% | 0.46% | - |
| HSV(B) | 169.74º | 0.66% | 0.69% | - |
| XYZ | 23.67 | 34.84 | 37.38 | - |
| YUV | 139.74 | 137.74 | 71.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 177 | 157 | 0.66 | 0 | 0.11 | 0.31 | 169.74 | 0.49 | 0.46 |
| Hex | 3C | B1 | 9D | 42 | 0 | B | 1F | AA | 31 | 2E |
| Octal | 74 | 261 | 235 | 102 | 0 | 13 | 37 | 252 | 61 | 56 |
| Binary | 111100 | 10110001 | 10011101 | 1000010 | 0 | 1011 | 11111 | 10101010 | 110001 | 101110 |
Color Harmonies of #3CB19D
Complementary color
Monochromatic Colors of #3CB19D
Black with #3CB19D
Text Example
Text Example
White with #3CB19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB19D; }
p { color: rgb(60,177,157); }
H1.HeaderClassName
{
color: #3CB19D;
}
.AnyTagClassName
{
color: #3CB19D;
}
</style>
background-color css
<style>
a { background-color: #3CB19D; }
a { background-color: rgb(60,177,157); }
div.DivClassName
{
background-color: #3CB19D;
}
.BgClassName
{
background-color: #3CB19D;
}
</style>
border-color css
<style>
span { border-color: #3CB19D; }
span { border-color: rgb(60,177,157); }
td.TdClassName
{
border-color: #3CB19D;
}
.TagClassName
{
border-color: #3CB19D;
}
</style>