Shades of Niagara #3DB296
Tints of Niagara #3DB296
RGB
CMYK
RGB Variations
Color information
#3DB296 (or 0x3DB296) is known color: Niagara. HEX triplet: 3D, B2 and 96. RGB value is (61,178,150). Sum of RGB (Red+Green+Blue) = 61+178+150=389 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.68% from 389); Green value is 178 (69.92% from 255 or 45.76% from 389); Blue value is 150 (58.98% from 255 or 38.56% from 389); Max value from RGB is 178 - color contains mainly: green. Hex color #3DB296 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DB296 is #C24D69. Grayscale: #8B8B8B. Windows color (decimal): -12733802 or 9876029. OLE color: 9876029.
HSL color Cylindrical-coordinate representation of color #3DB296: hue angle of 165.64º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB296 is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 61 | 178 | 150 | - |
| CMYK | 0.66 | 0 | 0.16 | 0.30 |
| HSL | 165.64º | 0.49% | 0.47% | - |
| HSV(B) | 165.64º | 0.66% | 0.7% | - |
| XYZ | 23.35 | 35.03 | 34.39 | - |
| YUV | 139.83 | 133.74 | 71.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 178 | 150 | 0.66 | 0 | 0.16 | 0.30 | 165.64 | 0.49 | 0.47 |
| Hex | 3D | B2 | 96 | 42 | 0 | 10 | 1E | A6 | 31 | 2F |
| Octal | 75 | 262 | 226 | 102 | 0 | 20 | 36 | 246 | 61 | 57 |
| Binary | 111101 | 10110010 | 10010110 | 1000010 | 0 | 10000 | 11110 | 10100110 | 110001 | 101111 |
Color Harmonies of #3DB296
Complementary color
Monochromatic Colors of #3DB296
Black with #3DB296
Text Example
Text Example
White with #3DB296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB296; }
p { color: rgb(61,178,150); }
H1.HeaderClassName
{
color: #3DB296;
}
.AnyTagClassName
{
color: #3DB296;
}
</style>
background-color css
<style>
a { background-color: #3DB296; }
a { background-color: rgb(61,178,150); }
div.DivClassName
{
background-color: #3DB296;
}
.BgClassName
{
background-color: #3DB296;
}
</style>
border-color css
<style>
span { border-color: #3DB296; }
span { border-color: rgb(61,178,150); }
td.TdClassName
{
border-color: #3DB296;
}
.TagClassName
{
border-color: #3DB296;
}
</style>