Shades of Niagara #3CAD9F
Tints of Niagara #3CAD9F
RGB
CMYK
RGB Variations
Color information
#3CAD9F (or 0x3CAD9F) is known color: Niagara. HEX triplet: 3C, AD and 9F. RGB value is (60,173,159). Sum of RGB (Red+Green+Blue) = 60+173+159=392 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.31% from 392); Green value is 173 (67.97% from 255 or 44.13% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 173 - color contains mainly: green. Hex color #3CAD9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAD9F is #C35260. Grayscale: #898989. Windows color (decimal): -12800609 or 10464572. OLE color: 10464572.
HSL color Cylindrical-coordinate representation of color #3CAD9F: hue angle of 172.57º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3CAD9F is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 173 | 159 | - |
| CMYK | 0.65 | 0 | 0.08 | 0.32 |
| HSL | 172.57º | 0.48% | 0.46% | - |
| HSV(B) | 172.57º | 0.65% | 0.68% | - |
| XYZ | 23.07 | 33.35 | 38.02 | - |
| YUV | 137.62 | 140.06 | 72.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 173 | 159 | 0.65 | 0 | 0.08 | 0.32 | 172.57 | 0.48 | 0.46 |
| Hex | 3C | AD | 9F | 41 | 0 | 8 | 20 | AD | 30 | 2E |
| Octal | 74 | 255 | 237 | 101 | 0 | 10 | 40 | 255 | 60 | 56 |
| Binary | 111100 | 10101101 | 10011111 | 1000001 | 0 | 1000 | 100000 | 10101101 | 110000 | 101110 |
Color Harmonies of #3CAD9F
Complementary color
Monochromatic Colors of #3CAD9F
Black with #3CAD9F
Text Example
Text Example
White with #3CAD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAD9F; }
p { color: rgb(60,173,159); }
H1.HeaderClassName
{
color: #3CAD9F;
}
.AnyTagClassName
{
color: #3CAD9F;
}
</style>
background-color css
<style>
a { background-color: #3CAD9F; }
a { background-color: rgb(60,173,159); }
div.DivClassName
{
background-color: #3CAD9F;
}
.BgClassName
{
background-color: #3CAD9F;
}
</style>
border-color css
<style>
span { border-color: #3CAD9F; }
span { border-color: rgb(60,173,159); }
td.TdClassName
{
border-color: #3CAD9F;
}
.TagClassName
{
border-color: #3CAD9F;
}
</style>