Shades of Deep Teal #1F5047
Tints of Deep Teal #1F5047
RGB
CMYK
RGB Variations
Color information
#1F5047 (or 0x1F5047) is known color: Deep Teal. HEX triplet: 1F, 50 and 47. RGB value is (31,80,71). Sum of RGB (Red+Green+Blue) = 31+80+71=182 (24% of max value = 765). Red value is 31 (12.5% from 255 or 17.03% from 182); Green value is 80 (31.64% from 255 or 43.96% from 182); Blue value is 71 (28.12% from 255 or 39.01% from 182); Max value from RGB is 80 - color contains mainly: green. Hex color #1F5047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5047 is #E0AFB8. Grayscale: #404040. Windows color (decimal): -14725049 or 4673567. OLE color: 4673567.
HSL color Cylindrical-coordinate representation of color #1F5047: hue angle of 168.98º 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 #1F5047 is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 31 | 80 | 71 | - |
| CMYK | 0.61 | 0 | 0.11 | 0.69 |
| HSL | 168.98º | 0.44% | 0.22% | - |
| HSV(B) | 168.98º | 0.61% | 0.31% | - |
| XYZ | 4.57 | 6.48 | 6.97 | - |
| YUV | 64.32 | 131.77 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 80 | 71 | 0.61 | 0 | 0.11 | 0.69 | 168.98 | 0.44 | 0.22 |
| Hex | 1F | 50 | 47 | 3D | 0 | B | 45 | A9 | 2C | 16 |
| Octal | 37 | 120 | 107 | 75 | 0 | 13 | 105 | 251 | 54 | 26 |
| Binary | 11111 | 1010000 | 1000111 | 111101 | 0 | 1011 | 1000101 | 10101001 | 101100 | 10110 |
Color Harmonies of #1F5047
Complementary color
Monochromatic Colors of #1F5047
Black with #1F5047
Text Example
Text Example
White with #1F5047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5047; }
p { color: rgb(31,80,71); }
H1.HeaderClassName
{
color: #1F5047;
}
.AnyTagClassName
{
color: #1F5047;
}
</style>
background-color css
<style>
a { background-color: #1F5047; }
a { background-color: rgb(31,80,71); }
div.DivClassName
{
background-color: #1F5047;
}
.BgClassName
{
background-color: #1F5047;
}
</style>
border-color css
<style>
span { border-color: #1F5047; }
span { border-color: rgb(31,80,71); }
td.TdClassName
{
border-color: #1F5047;
}
.TagClassName
{
border-color: #1F5047;
}
</style>