Shades of Deep Teal #1F4941
Tints of Deep Teal #1F4941
RGB
CMYK
RGB Variations
Color information
#1F4941 (or 0x1F4941) is known color: Deep Teal. HEX triplet: 1F, 49 and 41. RGB value is (31,73,65). Sum of RGB (Red+Green+Blue) = 31+73+65=169 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.34% from 169); Green value is 73 (28.91% from 255 or 43.20% from 169); Blue value is 65 (25.78% from 255 or 38.46% from 169); Max value from RGB is 73 - color contains mainly: green. Hex color #1F4941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4941 is #E0B6BE. Grayscale: #3B3B3B. Windows color (decimal): -14726847 or 4278559. OLE color: 4278559.
HSL color Cylindrical-coordinate representation of color #1F4941: hue angle of 168.57º 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 #1F4941 is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 31 | 73 | 65 | - |
| CMYK | 0.58 | 0 | 0.11 | 0.71 |
| HSL | 168.57º | 0.4% | 0.2% | - |
| HSV(B) | 168.57º | 0.58% | 0.29% | - |
| XYZ | 3.9 | 5.44 | 5.85 | - |
| YUV | 59.53 | 131.09 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 73 | 65 | 0.58 | 0 | 0.11 | 0.71 | 168.57 | 0.4 | 0.2 |
| Hex | 1F | 49 | 41 | 3A | 0 | B | 47 | A9 | 28 | 14 |
| Octal | 37 | 111 | 101 | 72 | 0 | 13 | 107 | 251 | 50 | 24 |
| Binary | 11111 | 1001001 | 1000001 | 111010 | 0 | 1011 | 1000111 | 10101001 | 101000 | 10100 |
Color Harmonies of #1F4941
Complementary color
Monochromatic Colors of #1F4941
Black with #1F4941
Text Example
Text Example
White with #1F4941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4941; }
p { color: rgb(31,73,65); }
H1.HeaderClassName
{
color: #1F4941;
}
.AnyTagClassName
{
color: #1F4941;
}
</style>
background-color css
<style>
a { background-color: #1F4941; }
a { background-color: rgb(31,73,65); }
div.DivClassName
{
background-color: #1F4941;
}
.BgClassName
{
background-color: #1F4941;
}
</style>
border-color css
<style>
span { border-color: #1F4941; }
span { border-color: rgb(31,73,65); }
td.TdClassName
{
border-color: #1F4941;
}
.TagClassName
{
border-color: #1F4941;
}
</style>