Shades of Niagara #3DB09B
Tints of Niagara #3DB09B
RGB
CMYK
RGB Variations
Color information
#3DB09B (or 0x3DB09B) is known color: Niagara. HEX triplet: 3D, B0 and 9B. RGB value is (61,176,155). Sum of RGB (Red+Green+Blue) = 61+176+155=392 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.56% from 392); Green value is 176 (69.14% from 255 or 44.90% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 176 - color contains mainly: green. Hex color #3DB09B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DB09B is #C24F64. Grayscale: #8B8B8B. Windows color (decimal): -12734309 or 10203197. OLE color: 10203197.
HSL color Cylindrical-coordinate representation of color #3DB09B: hue angle of 169.04º 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 #3DB09B is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 176 | 155 | - |
| CMYK | 0.65 | 0 | 0.12 | 0.31 |
| HSL | 169.04º | 0.49% | 0.46% | - |
| HSV(B) | 169.04º | 0.65% | 0.69% | - |
| XYZ | 23.37 | 34.41 | 36.42 | - |
| YUV | 139.22 | 136.9 | 72.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 176 | 155 | 0.65 | 0 | 0.12 | 0.31 | 169.04 | 0.49 | 0.46 |
| Hex | 3D | B0 | 9B | 41 | 0 | C | 1F | A9 | 31 | 2E |
| Octal | 75 | 260 | 233 | 101 | 0 | 14 | 37 | 251 | 61 | 56 |
| Binary | 111101 | 10110000 | 10011011 | 1000001 | 0 | 1100 | 11111 | 10101001 | 110001 | 101110 |
Color Harmonies of #3DB09B
Complementary color
Monochromatic Colors of #3DB09B
Black with #3DB09B
Text Example
Text Example
White with #3DB09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB09B; }
p { color: rgb(61,176,155); }
H1.HeaderClassName
{
color: #3DB09B;
}
.AnyTagClassName
{
color: #3DB09B;
}
</style>
background-color css
<style>
a { background-color: #3DB09B; }
a { background-color: rgb(61,176,155); }
div.DivClassName
{
background-color: #3DB09B;
}
.BgClassName
{
background-color: #3DB09B;
}
</style>
border-color css
<style>
span { border-color: #3DB09B; }
span { border-color: rgb(61,176,155); }
td.TdClassName
{
border-color: #3DB09B;
}
.TagClassName
{
border-color: #3DB09B;
}
</style>