Shades of Deep Teal #1F5046
Tints of Deep Teal #1F5046
RGB
CMYK
RGB Variations
Color information
#1F5046 (or 0x1F5046) is known color: Deep Teal. HEX triplet: 1F, 50 and 46. RGB value is (31,80,70). Sum of RGB (Red+Green+Blue) = 31+80+70=181 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.13% from 181); Green value is 80 (31.64% from 255 or 44.20% from 181); Blue value is 70 (27.73% from 255 or 38.67% from 181); Max value from RGB is 80 - color contains mainly: green. Hex color #1F5046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5046 is #E0AFB9. Grayscale: #404040. Windows color (decimal): -14725050 or 4608031. OLE color: 4608031.
HSL color Cylindrical-coordinate representation of color #1F5046: hue angle of 167.76º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1F5046 is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 31 | 80 | 70 | - |
| CMYK | 0.61 | 0 | 0.12 | 0.69 |
| HSL | 167.76º | 0.44% | 0.22% | - |
| HSV(B) | 167.76º | 0.61% | 0.31% | - |
| XYZ | 4.54 | 6.47 | 6.8 | - |
| YUV | 64.21 | 131.27 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 80 | 70 | 0.61 | 0 | 0.12 | 0.69 | 167.76 | 0.44 | 0.22 |
| Hex | 1F | 50 | 46 | 3D | 0 | C | 45 | A8 | 2C | 16 |
| Octal | 37 | 120 | 106 | 75 | 0 | 14 | 105 | 250 | 54 | 26 |
| Binary | 11111 | 1010000 | 1000110 | 111101 | 0 | 1100 | 1000101 | 10101000 | 101100 | 10110 |
Color Harmonies of #1F5046
Complementary color
Monochromatic Colors of #1F5046
Black with #1F5046
Text Example
Text Example
White with #1F5046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5046; }
p { color: rgb(31,80,70); }
H1.HeaderClassName
{
color: #1F5046;
}
.AnyTagClassName
{
color: #1F5046;
}
</style>
background-color css
<style>
a { background-color: #1F5046; }
a { background-color: rgb(31,80,70); }
div.DivClassName
{
background-color: #1F5046;
}
.BgClassName
{
background-color: #1F5046;
}
</style>
border-color css
<style>
span { border-color: #1F5046; }
span { border-color: rgb(31,80,70); }
td.TdClassName
{
border-color: #1F5046;
}
.TagClassName
{
border-color: #1F5046;
}
</style>