Shades of Niagara #3DAEA0
Tints of Niagara #3DAEA0
RGB
CMYK
RGB Variations
Color information
#3DAEA0 (or 0x3DAEA0) is known color: Niagara. HEX triplet: 3D, AE and A0. RGB value is (61,174,160). Sum of RGB (Red+Green+Blue) = 61+174+160=395 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.44% from 395); Green value is 174 (68.36% from 255 or 44.05% from 395); Blue value is 160 (62.89% from 255 or 40.51% from 395); Max value from RGB is 174 - color contains mainly: green. Hex color #3DAEA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAEA0 is #C2515F. Grayscale: #8A8A8A. Windows color (decimal): -12734816 or 10530365. OLE color: 10530365.
HSL color Cylindrical-coordinate representation of color #3DAEA0: 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 #3DAEA0 is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 61 | 174 | 160 | - |
| 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.41 | 33.8 | 38.55 | - |
| YUV | 138.62 | 140.06 | 72.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 174 | 160 | 0.65 | 0 | 0.08 | 0.32 | 172.57 | 0.48 | 0.46 |
| Hex | 3D | AE | A0 | 41 | 0 | 8 | 20 | AD | 30 | 2E |
| Octal | 75 | 256 | 240 | 101 | 0 | 10 | 40 | 255 | 60 | 56 |
| Binary | 111101 | 10101110 | 10100000 | 1000001 | 0 | 1000 | 100000 | 10101101 | 110000 | 101110 |
Color Harmonies of #3DAEA0
Complementary color
Monochromatic Colors of #3DAEA0
Black with #3DAEA0
Text Example
Text Example
White with #3DAEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAEA0; }
p { color: rgb(61,174,160); }
H1.HeaderClassName
{
color: #3DAEA0;
}
.AnyTagClassName
{
color: #3DAEA0;
}
</style>
background-color css
<style>
a { background-color: #3DAEA0; }
a { background-color: rgb(61,174,160); }
div.DivClassName
{
background-color: #3DAEA0;
}
.BgClassName
{
background-color: #3DAEA0;
}
</style>
border-color css
<style>
span { border-color: #3DAEA0; }
span { border-color: rgb(61,174,160); }
td.TdClassName
{
border-color: #3DAEA0;
}
.TagClassName
{
border-color: #3DAEA0;
}
</style>