Shades of Deep Teal #1F4A40
Tints of Deep Teal #1F4A40
RGB
CMYK
RGB Variations
Color information
#1F4A40 (or 0x1F4A40) is known color: Deep Teal. HEX triplet: 1F, 4A and 40. RGB value is (31,74,64). Sum of RGB (Red+Green+Blue) = 31+74+64=169 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.34% from 169); Green value is 74 (29.30% from 255 or 43.79% from 169); Blue value is 64 (25.39% from 255 or 37.87% from 169); Max value from RGB is 74 - color contains mainly: green. Hex color #1F4A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4A40 is #E0B5BF. Grayscale: #3B3B3B. Windows color (decimal): -14726592 or 4213279. OLE color: 4213279.
HSL color Cylindrical-coordinate representation of color #1F4A40: hue angle of 166.05º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1F4A40 is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 31 | 74 | 64 | - |
| CMYK | 0.58 | 0 | 0.14 | 0.71 |
| HSL | 166.05º | 0.41% | 0.21% | - |
| HSV(B) | 166.05º | 0.58% | 0.29% | - |
| XYZ | 3.94 | 5.56 | 5.72 | - |
| YUV | 60 | 130.25 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 74 | 64 | 0.58 | 0 | 0.14 | 0.71 | 166.05 | 0.41 | 0.21 |
| Hex | 1F | 4A | 40 | 3A | 0 | E | 47 | A6 | 29 | 15 |
| Octal | 37 | 112 | 100 | 72 | 0 | 16 | 107 | 246 | 51 | 25 |
| Binary | 11111 | 1001010 | 1000000 | 111010 | 0 | 1110 | 1000111 | 10100110 | 101001 | 10101 |
Color Harmonies of #1F4A40
Complementary color
Monochromatic Colors of #1F4A40
Black with #1F4A40
Text Example
Text Example
White with #1F4A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4A40; }
p { color: rgb(31,74,64); }
H1.HeaderClassName
{
color: #1F4A40;
}
.AnyTagClassName
{
color: #1F4A40;
}
</style>
background-color css
<style>
a { background-color: #1F4A40; }
a { background-color: rgb(31,74,64); }
div.DivClassName
{
background-color: #1F4A40;
}
.BgClassName
{
background-color: #1F4A40;
}
</style>
border-color css
<style>
span { border-color: #1F4A40; }
span { border-color: rgb(31,74,64); }
td.TdClassName
{
border-color: #1F4A40;
}
.TagClassName
{
border-color: #1F4A40;
}
</style>