Shades of Deep Teal #1F493E
Tints of Deep Teal #1F493E
RGB
CMYK
RGB Variations
Color information
#1F493E (or 0x1F493E) is known color: Deep Teal. HEX triplet: 1F, 49 and 3E. RGB value is (31,73,62). Sum of RGB (Red+Green+Blue) = 31+73+62=166 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.67% from 166); Green value is 73 (28.91% from 255 or 43.98% from 166); Blue value is 62 (24.61% from 255 or 37.35% from 166); Max value from RGB is 73 - color contains mainly: green. Hex color #1F493E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F493E is #E0B6C1. Grayscale: #3B3B3B. Windows color (decimal): -14726850 or 4081951. OLE color: 4081951.
HSL color Cylindrical-coordinate representation of color #1F493E: hue angle of 164.29º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1F493E is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 31 | 73 | 62 | - |
| CMYK | 0.58 | 0 | 0.15 | 0.71 |
| HSL | 164.29º | 0.4% | 0.2% | - |
| HSV(B) | 164.29º | 0.58% | 0.29% | - |
| XYZ | 3.82 | 5.4 | 5.4 | - |
| YUV | 59.19 | 129.59 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 73 | 62 | 0.58 | 0 | 0.15 | 0.71 | 164.29 | 0.4 | 0.2 |
| Hex | 1F | 49 | 3E | 3A | 0 | F | 47 | A4 | 28 | 14 |
| Octal | 37 | 111 | 76 | 72 | 0 | 17 | 107 | 244 | 50 | 24 |
| Binary | 11111 | 1001001 | 111110 | 111010 | 0 | 1111 | 1000111 | 10100100 | 101000 | 10100 |
Color Harmonies of #1F493E
Complementary color
Monochromatic Colors of #1F493E
Black with #1F493E
Text Example
Text Example
White with #1F493E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F493E; }
p { color: rgb(31,73,62); }
H1.HeaderClassName
{
color: #1F493E;
}
.AnyTagClassName
{
color: #1F493E;
}
</style>
background-color css
<style>
a { background-color: #1F493E; }
a { background-color: rgb(31,73,62); }
div.DivClassName
{
background-color: #1F493E;
}
.BgClassName
{
background-color: #1F493E;
}
</style>
border-color css
<style>
span { border-color: #1F493E; }
span { border-color: rgb(31,73,62); }
td.TdClassName
{
border-color: #1F493E;
}
.TagClassName
{
border-color: #1F493E;
}
</style>