Shades of Niagara #3CB29F
Tints of Niagara #3CB29F
RGB
CMYK
RGB Variations
Color information
#3CB29F (or 0x3CB29F) is known color: Niagara. HEX triplet: 3C, B2 and 9F. RGB value is (60,178,159). Sum of RGB (Red+Green+Blue) = 60+178+159=397 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.11% from 397); Green value is 178 (69.92% from 255 or 44.84% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 178 - color contains mainly: green. Hex color #3CB29F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CB29F is #C34D60. Grayscale: #8C8C8C. Windows color (decimal): -12799329 or 10465852. OLE color: 10465852.
HSL color Cylindrical-coordinate representation of color #3CB29F: hue angle of 170.34º 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 #3CB29F is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 60 | 178 | 159 | - |
| CMYK | 0.66 | 0 | 0.11 | 0.30 |
| HSL | 170.34º | 0.5% | 0.47% | - |
| HSV(B) | 170.34º | 0.66% | 0.7% | - |
| XYZ | 24.04 | 35.3 | 38.35 | - |
| YUV | 140.55 | 138.41 | 70.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 178 | 159 | 0.66 | 0 | 0.11 | 0.30 | 170.34 | 0.5 | 0.47 |
| Hex | 3C | B2 | 9F | 42 | 0 | B | 1E | AA | 32 | 2F |
| Octal | 74 | 262 | 237 | 102 | 0 | 13 | 36 | 252 | 62 | 57 |
| Binary | 111100 | 10110010 | 10011111 | 1000010 | 0 | 1011 | 11110 | 10101010 | 110010 | 101111 |
Color Harmonies of #3CB29F
Complementary color
Monochromatic Colors of #3CB29F
Black with #3CB29F
Text Example
Text Example
White with #3CB29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB29F; }
p { color: rgb(60,178,159); }
H1.HeaderClassName
{
color: #3CB29F;
}
.AnyTagClassName
{
color: #3CB29F;
}
</style>
background-color css
<style>
a { background-color: #3CB29F; }
a { background-color: rgb(60,178,159); }
div.DivClassName
{
background-color: #3CB29F;
}
.BgClassName
{
background-color: #3CB29F;
}
</style>
border-color css
<style>
span { border-color: #3CB29F; }
span { border-color: rgb(60,178,159); }
td.TdClassName
{
border-color: #3CB29F;
}
.TagClassName
{
border-color: #3CB29F;
}
</style>