Shades of Niagara #3DB49A
Tints of Niagara #3DB49A
RGB
CMYK
RGB Variations
Color information
#3DB49A (or 0x3DB49A) is known color: Niagara. HEX triplet: 3D, B4 and 9A. RGB value is (61,180,154). Sum of RGB (Red+Green+Blue) = 61+180+154=395 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.44% from 395); Green value is 180 (70.70% from 255 or 45.57% from 395); Blue value is 154 (60.55% from 255 or 38.99% from 395); Max value from RGB is 180 - color contains mainly: green. Hex color #3DB49A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB49A is #C24B65. Grayscale: #8D8D8D. Windows color (decimal): -12733286 or 10138685. OLE color: 10138685.
HSL color Cylindrical-coordinate representation of color #3DB49A: hue angle of 166.89º degrees, saturation: 0.49, 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 #3DB49A is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 180 | 154 | - |
| CMYK | 0.66 | 0 | 0.14 | 0.29 |
| HSL | 166.89º | 0.49% | 0.47% | - |
| HSV(B) | 166.89º | 0.66% | 0.71% | - |
| XYZ | 24.08 | 35.97 | 36.25 | - |
| YUV | 141.46 | 135.08 | 70.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 180 | 154 | 0.66 | 0 | 0.14 | 0.29 | 166.89 | 0.49 | 0.47 |
| Hex | 3D | B4 | 9A | 42 | 0 | E | 1D | A7 | 31 | 2F |
| Octal | 75 | 264 | 232 | 102 | 0 | 16 | 35 | 247 | 61 | 57 |
| Binary | 111101 | 10110100 | 10011010 | 1000010 | 0 | 1110 | 11101 | 10100111 | 110001 | 101111 |
Color Harmonies of #3DB49A
Complementary color
Monochromatic Colors of #3DB49A
Black with #3DB49A
Text Example
Text Example
White with #3DB49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB49A; }
p { color: rgb(61,180,154); }
H1.HeaderClassName
{
color: #3DB49A;
}
.AnyTagClassName
{
color: #3DB49A;
}
</style>
background-color css
<style>
a { background-color: #3DB49A; }
a { background-color: rgb(61,180,154); }
div.DivClassName
{
background-color: #3DB49A;
}
.BgClassName
{
background-color: #3DB49A;
}
</style>
border-color css
<style>
span { border-color: #3DB49A; }
span { border-color: rgb(61,180,154); }
td.TdClassName
{
border-color: #3DB49A;
}
.TagClassName
{
border-color: #3DB49A;
}
</style>