Shades of Niagara #3DB09C
Tints of Niagara #3DB09C
RGB
CMYK
RGB Variations
Color information
#3DB09C (or 0x3DB09C) is known color: Niagara. HEX triplet: 3D, B0 and 9C. RGB value is (61,176,156). Sum of RGB (Red+Green+Blue) = 61+176+156=393 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.52% from 393); Green value is 176 (69.14% from 255 or 44.78% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 176 - color contains mainly: green. Hex color #3DB09C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DB09C is #C24F63. Grayscale: #8B8B8B. Windows color (decimal): -12734308 or 10268733. OLE color: 10268733.
HSL color Cylindrical-coordinate representation of color #3DB09C: hue angle of 169.57º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3DB09C is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 176 | 156 | - |
| CMYK | 0.65 | 0 | 0.11 | 0.31 |
| HSL | 169.57º | 0.49% | 0.46% | - |
| HSV(B) | 169.57º | 0.65% | 0.69% | - |
| XYZ | 23.45 | 34.44 | 36.86 | - |
| YUV | 139.34 | 137.4 | 72.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 176 | 156 | 0.65 | 0 | 0.11 | 0.31 | 169.57 | 0.49 | 0.46 |
| Hex | 3D | B0 | 9C | 41 | 0 | B | 1F | AA | 31 | 2E |
| Octal | 75 | 260 | 234 | 101 | 0 | 13 | 37 | 252 | 61 | 56 |
| Binary | 111101 | 10110000 | 10011100 | 1000001 | 0 | 1011 | 11111 | 10101010 | 110001 | 101110 |
Color Harmonies of #3DB09C
Complementary color
Monochromatic Colors of #3DB09C
Black with #3DB09C
Text Example
Text Example
White with #3DB09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB09C; }
p { color: rgb(61,176,156); }
H1.HeaderClassName
{
color: #3DB09C;
}
.AnyTagClassName
{
color: #3DB09C;
}
</style>
background-color css
<style>
a { background-color: #3DB09C; }
a { background-color: rgb(61,176,156); }
div.DivClassName
{
background-color: #3DB09C;
}
.BgClassName
{
background-color: #3DB09C;
}
</style>
border-color css
<style>
span { border-color: #3DB09C; }
span { border-color: rgb(61,176,156); }
td.TdClassName
{
border-color: #3DB09C;
}
.TagClassName
{
border-color: #3DB09C;
}
</style>