Shades of Niagara #3CB29D
Tints of Niagara #3CB29D
RGB
CMYK
RGB Variations
Color information
#3CB29D (or 0x3CB29D) is known color: Niagara. HEX triplet: 3C, B2 and 9D. RGB value is (60,178,157). Sum of RGB (Red+Green+Blue) = 60+178+157=395 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.19% from 395); Green value is 178 (69.92% from 255 or 45.06% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 178 - color contains mainly: green. Hex color #3CB29D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CB29D is #C34D62. Grayscale: #8C8C8C. Windows color (decimal): -12799331 or 10334780. OLE color: 10334780.
HSL color Cylindrical-coordinate representation of color #3CB29D: hue angle of 169.32º 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 #3CB29D is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 60 | 178 | 157 | - |
| CMYK | 0.66 | 0 | 0.12 | 0.30 |
| HSL | 169.32º | 0.5% | 0.47% | - |
| HSV(B) | 169.32º | 0.66% | 0.7% | - |
| XYZ | 23.87 | 35.24 | 37.44 | - |
| YUV | 140.32 | 137.41 | 70.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 178 | 157 | 0.66 | 0 | 0.12 | 0.30 | 169.32 | 0.5 | 0.47 |
| Hex | 3C | B2 | 9D | 42 | 0 | C | 1E | A9 | 32 | 2F |
| Octal | 74 | 262 | 235 | 102 | 0 | 14 | 36 | 251 | 62 | 57 |
| Binary | 111100 | 10110010 | 10011101 | 1000010 | 0 | 1100 | 11110 | 10101001 | 110010 | 101111 |
Color Harmonies of #3CB29D
Complementary color
Monochromatic Colors of #3CB29D
Black with #3CB29D
Text Example
Text Example
White with #3CB29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB29D; }
p { color: rgb(60,178,157); }
H1.HeaderClassName
{
color: #3CB29D;
}
.AnyTagClassName
{
color: #3CB29D;
}
</style>
background-color css
<style>
a { background-color: #3CB29D; }
a { background-color: rgb(60,178,157); }
div.DivClassName
{
background-color: #3CB29D;
}
.BgClassName
{
background-color: #3CB29D;
}
</style>
border-color css
<style>
span { border-color: #3CB29D; }
span { border-color: rgb(60,178,157); }
td.TdClassName
{
border-color: #3CB29D;
}
.TagClassName
{
border-color: #3CB29D;
}
</style>