Shades of Niagara #3DB596
Tints of Niagara #3DB596
RGB
CMYK
RGB Variations
Color information
#3DB596 (or 0x3DB596) is known color: Niagara. HEX triplet: 3D, B5 and 96. RGB value is (61,181,150). Sum of RGB (Red+Green+Blue) = 61+181+150=392 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.56% from 392); Green value is 181 (71.09% from 255 or 46.17% from 392); Blue value is 150 (58.98% from 255 or 38.27% from 392); Max value from RGB is 181 - color contains mainly: green. Hex color #3DB596 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB596 is #C24A69. Grayscale: #8D8D8D. Windows color (decimal): -12733034 or 9876797. OLE color: 9876797.
HSL color Cylindrical-coordinate representation of color #3DB596: hue angle of 164.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB596 is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 181 | 150 | - |
| CMYK | 0.66 | 0 | 0.17 | 0.29 |
| HSL | 164.5º | 0.5% | 0.47% | - |
| HSV(B) | 164.5º | 0.66% | 0.71% | - |
| XYZ | 23.95 | 36.24 | 34.59 | - |
| YUV | 141.59 | 132.74 | 70.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 181 | 150 | 0.66 | 0 | 0.17 | 0.29 | 164.5 | 0.5 | 0.47 |
| Hex | 3D | B5 | 96 | 42 | 0 | 11 | 1D | A4 | 32 | 2F |
| Octal | 75 | 265 | 226 | 102 | 0 | 21 | 35 | 244 | 62 | 57 |
| Binary | 111101 | 10110101 | 10010110 | 1000010 | 0 | 10001 | 11101 | 10100100 | 110010 | 101111 |
Color Harmonies of #3DB596
Complementary color
Monochromatic Colors of #3DB596
Black with #3DB596
Text Example
Text Example
White with #3DB596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB596; }
p { color: rgb(61,181,150); }
H1.HeaderClassName
{
color: #3DB596;
}
.AnyTagClassName
{
color: #3DB596;
}
</style>
background-color css
<style>
a { background-color: #3DB596; }
a { background-color: rgb(61,181,150); }
div.DivClassName
{
background-color: #3DB596;
}
.BgClassName
{
background-color: #3DB596;
}
</style>
border-color css
<style>
span { border-color: #3DB596; }
span { border-color: rgb(61,181,150); }
td.TdClassName
{
border-color: #3DB596;
}
.TagClassName
{
border-color: #3DB596;
}
</style>