Shades of Deep Teal #1F4944
Tints of Deep Teal #1F4944
RGB
CMYK
RGB Variations
Color information
#1F4944 (or 0x1F4944) is known color: Deep Teal. HEX triplet: 1F, 49 and 44. RGB value is (31,73,68). Sum of RGB (Red+Green+Blue) = 31+73+68=172 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.02% from 172); Green value is 73 (28.91% from 255 or 42.44% from 172); Blue value is 68 (26.95% from 255 or 39.53% from 172); Max value from RGB is 73 - color contains mainly: green. Hex color #1F4944 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4944 is #E0B6BB. Grayscale: #3B3B3B. Windows color (decimal): -14726844 or 4475167. OLE color: 4475167.
HSL color Cylindrical-coordinate representation of color #1F4944: hue angle of 172.86º 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 #1F4944 is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 31 | 73 | 68 | - |
| CMYK | 0.58 | 0 | 0.07 | 0.71 |
| HSL | 172.86º | 0.4% | 0.2% | - |
| HSV(B) | 172.86º | 0.58% | 0.29% | - |
| XYZ | 3.99 | 5.47 | 6.32 | - |
| YUV | 59.87 | 132.59 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 73 | 68 | 0.58 | 0 | 0.07 | 0.71 | 172.86 | 0.4 | 0.2 |
| Hex | 1F | 49 | 44 | 3A | 0 | 7 | 47 | AD | 28 | 14 |
| Octal | 37 | 111 | 104 | 72 | 0 | 7 | 107 | 255 | 50 | 24 |
| Binary | 11111 | 1001001 | 1000100 | 111010 | 0 | 111 | 1000111 | 10101101 | 101000 | 10100 |
Color Harmonies of #1F4944
Complementary color
Monochromatic Colors of #1F4944
Black with #1F4944
Text Example
Text Example
White with #1F4944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4944; }
p { color: rgb(31,73,68); }
H1.HeaderClassName
{
color: #1F4944;
}
.AnyTagClassName
{
color: #1F4944;
}
</style>
background-color css
<style>
a { background-color: #1F4944; }
a { background-color: rgb(31,73,68); }
div.DivClassName
{
background-color: #1F4944;
}
.BgClassName
{
background-color: #1F4944;
}
</style>
border-color css
<style>
span { border-color: #1F4944; }
span { border-color: rgb(31,73,68); }
td.TdClassName
{
border-color: #1F4944;
}
.TagClassName
{
border-color: #1F4944;
}
</style>