Shades of Niagara #3DAE9D
Tints of Niagara #3DAE9D
RGB
CMYK
RGB Variations
Color information
#3DAE9D (or 0x3DAE9D) is known color: Niagara. HEX triplet: 3D, AE and 9D. RGB value is (61,174,157). Sum of RGB (Red+Green+Blue) = 61+174+157=392 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.56% from 392); Green value is 174 (68.36% from 255 or 44.39% from 392); Blue value is 157 (61.72% from 255 or 40.05% from 392); Max value from RGB is 174 - color contains mainly: green. Hex color #3DAE9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAE9D is #C25162. Grayscale: #8A8A8A. Windows color (decimal): -12734819 or 10333757. OLE color: 10333757.
HSL color Cylindrical-coordinate representation of color #3DAE9D: hue angle of 170.97º 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 #3DAE9D is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 61 | 174 | 157 | - |
| CMYK | 0.65 | 0 | 0.10 | 0.32 |
| HSL | 170.97º | 0.48% | 0.46% | - |
| HSV(B) | 170.97º | 0.65% | 0.68% | - |
| XYZ | 23.15 | 33.7 | 37.18 | - |
| YUV | 138.28 | 138.56 | 72.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 174 | 157 | 0.65 | 0 | 0.10 | 0.32 | 170.97 | 0.48 | 0.46 |
| Hex | 3D | AE | 9D | 41 | 0 | A | 20 | AB | 30 | 2E |
| Octal | 75 | 256 | 235 | 101 | 0 | 12 | 40 | 253 | 60 | 56 |
| Binary | 111101 | 10101110 | 10011101 | 1000001 | 0 | 1010 | 100000 | 10101011 | 110000 | 101110 |
Color Harmonies of #3DAE9D
Complementary color
Monochromatic Colors of #3DAE9D
Black with #3DAE9D
Text Example
Text Example
White with #3DAE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAE9D; }
p { color: rgb(61,174,157); }
H1.HeaderClassName
{
color: #3DAE9D;
}
.AnyTagClassName
{
color: #3DAE9D;
}
</style>
background-color css
<style>
a { background-color: #3DAE9D; }
a { background-color: rgb(61,174,157); }
div.DivClassName
{
background-color: #3DAE9D;
}
.BgClassName
{
background-color: #3DAE9D;
}
</style>
border-color css
<style>
span { border-color: #3DAE9D; }
span { border-color: rgb(61,174,157); }
td.TdClassName
{
border-color: #3DAE9D;
}
.TagClassName
{
border-color: #3DAE9D;
}
</style>