Shades of Niagara #3DAC9F
Tints of Niagara #3DAC9F
RGB
CMYK
RGB Variations
Color information
#3DAC9F (or 0x3DAC9F) is known color: Niagara. HEX triplet: 3D, AC and 9F. RGB value is (61,172,159). Sum of RGB (Red+Green+Blue) = 61+172+159=392 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.56% from 392); Green value is 172 (67.58% from 255 or 43.88% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 172 - color contains mainly: green. Hex color #3DAC9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAC9F is #C25360. Grayscale: #898989. Windows color (decimal): -12735329 or 10464317. OLE color: 10464317.
HSL color Cylindrical-coordinate representation of color #3DAC9F: hue angle of 172.97º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3DAC9F is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 172 | 159 | - |
| CMYK | 0.65 | 0 | 0.08 | 0.33 |
| HSL | 172.97º | 0.48% | 0.46% | - |
| HSV(B) | 172.97º | 0.65% | 0.67% | - |
| XYZ | 22.94 | 33 | 37.96 | - |
| YUV | 137.33 | 140.23 | 73.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 172 | 159 | 0.65 | 0 | 0.08 | 0.33 | 172.97 | 0.48 | 0.46 |
| Hex | 3D | AC | 9F | 41 | 0 | 8 | 21 | AD | 30 | 2E |
| Octal | 75 | 254 | 237 | 101 | 0 | 10 | 41 | 255 | 60 | 56 |
| Binary | 111101 | 10101100 | 10011111 | 1000001 | 0 | 1000 | 100001 | 10101101 | 110000 | 101110 |
Color Harmonies of #3DAC9F
Complementary color
Monochromatic Colors of #3DAC9F
Black with #3DAC9F
Text Example
Text Example
White with #3DAC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAC9F; }
p { color: rgb(61,172,159); }
H1.HeaderClassName
{
color: #3DAC9F;
}
.AnyTagClassName
{
color: #3DAC9F;
}
</style>
background-color css
<style>
a { background-color: #3DAC9F; }
a { background-color: rgb(61,172,159); }
div.DivClassName
{
background-color: #3DAC9F;
}
.BgClassName
{
background-color: #3DAC9F;
}
</style>
border-color css
<style>
span { border-color: #3DAC9F; }
span { border-color: rgb(61,172,159); }
td.TdClassName
{
border-color: #3DAC9F;
}
.TagClassName
{
border-color: #3DAC9F;
}
</style>