Shades of Niagara #3DAE9E
Tints of Niagara #3DAE9E
RGB
CMYK
RGB Variations
Color information
#3DAE9E (or 0x3DAE9E) is known color: Niagara. HEX triplet: 3D, AE and 9E. RGB value is (61,174,158). Sum of RGB (Red+Green+Blue) = 61+174+158=393 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.52% from 393); Green value is 174 (68.36% from 255 or 44.27% from 393); Blue value is 158 (62.11% from 255 or 40.20% from 393); Max value from RGB is 174 - color contains mainly: green. Hex color #3DAE9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAE9E is #C25161. Grayscale: #8A8A8A. Windows color (decimal): -12734818 or 10399293. OLE color: 10399293.
HSL color Cylindrical-coordinate representation of color #3DAE9E: hue angle of 171.5º 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 #3DAE9E is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 61 | 174 | 158 | - |
| CMYK | 0.65 | 0 | 0.09 | 0.32 |
| HSL | 171.5º | 0.48% | 0.46% | - |
| HSV(B) | 171.5º | 0.65% | 0.68% | - |
| XYZ | 23.23 | 33.73 | 37.63 | - |
| YUV | 138.39 | 139.06 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 174 | 158 | 0.65 | 0 | 0.09 | 0.32 | 171.5 | 0.48 | 0.46 |
| Hex | 3D | AE | 9E | 41 | 0 | 9 | 20 | AC | 30 | 2E |
| Octal | 75 | 256 | 236 | 101 | 0 | 11 | 40 | 254 | 60 | 56 |
| Binary | 111101 | 10101110 | 10011110 | 1000001 | 0 | 1001 | 100000 | 10101100 | 110000 | 101110 |
Color Harmonies of #3DAE9E
Complementary color
Monochromatic Colors of #3DAE9E
Black with #3DAE9E
Text Example
Text Example
White with #3DAE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAE9E; }
p { color: rgb(61,174,158); }
H1.HeaderClassName
{
color: #3DAE9E;
}
.AnyTagClassName
{
color: #3DAE9E;
}
</style>
background-color css
<style>
a { background-color: #3DAE9E; }
a { background-color: rgb(61,174,158); }
div.DivClassName
{
background-color: #3DAE9E;
}
.BgClassName
{
background-color: #3DAE9E;
}
</style>
border-color css
<style>
span { border-color: #3DAE9E; }
span { border-color: rgb(61,174,158); }
td.TdClassName
{
border-color: #3DAE9E;
}
.TagClassName
{
border-color: #3DAE9E;
}
</style>