Shades of Deep Teal #1F4641
Tints of Deep Teal #1F4641
RGB
CMYK
RGB Variations
Color information
#1F4641 (or 0x1F4641) is known color: Deep Teal. HEX triplet: 1F, 46 and 41. RGB value is (31,70,65). Sum of RGB (Red+Green+Blue) = 31+70+65=166 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.67% from 166); Green value is 70 (27.73% from 255 or 42.17% from 166); Blue value is 65 (25.78% from 255 or 39.16% from 166); Max value from RGB is 70 - color contains mainly: green. Hex color #1F4641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4641 is #E0B9BE. Grayscale: #393939. Windows color (decimal): -14727615 or 4277791. OLE color: 4277791.
HSL color Cylindrical-coordinate representation of color #1F4641: hue angle of 172.31º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1F4641 is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 31 | 70 | 65 | - |
| CMYK | 0.56 | 0 | 0.07 | 0.73 |
| HSL | 172.31º | 0.39% | 0.2% | - |
| HSV(B) | 172.31º | 0.56% | 0.27% | - |
| XYZ | 3.71 | 5.05 | 5.78 | - |
| YUV | 57.77 | 132.08 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 70 | 65 | 0.56 | 0 | 0.07 | 0.73 | 172.31 | 0.39 | 0.2 |
| Hex | 1F | 46 | 41 | 38 | 0 | 7 | 49 | AC | 27 | 14 |
| Octal | 37 | 106 | 101 | 70 | 0 | 7 | 111 | 254 | 47 | 24 |
| Binary | 11111 | 1000110 | 1000001 | 111000 | 0 | 111 | 1001001 | 10101100 | 100111 | 10100 |
Color Harmonies of #1F4641
Complementary color
Monochromatic Colors of #1F4641
Black with #1F4641
Text Example
Text Example
White with #1F4641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4641; }
p { color: rgb(31,70,65); }
H1.HeaderClassName
{
color: #1F4641;
}
.AnyTagClassName
{
color: #1F4641;
}
</style>
background-color css
<style>
a { background-color: #1F4641; }
a { background-color: rgb(31,70,65); }
div.DivClassName
{
background-color: #1F4641;
}
.BgClassName
{
background-color: #1F4641;
}
</style>
border-color css
<style>
span { border-color: #1F4641; }
span { border-color: rgb(31,70,65); }
td.TdClassName
{
border-color: #1F4641;
}
.TagClassName
{
border-color: #1F4641;
}
</style>