Shades of Deep Teal #1F423E
Tints of Deep Teal #1F423E
RGB
CMYK
RGB Variations
Color information
#1F423E (or 0x1F423E) is known color: Deep Teal. HEX triplet: 1F, 42 and 3E. RGB value is (31,66,62). Sum of RGB (Red+Green+Blue) = 31+66+62=159 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.50% from 159); Green value is 66 (26.17% from 255 or 41.51% from 159); Blue value is 62 (24.61% from 255 or 38.99% from 159); Max value from RGB is 66 - color contains mainly: green. Hex color #1F423E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F423E is #E0BDC1. Grayscale: #373737. Windows color (decimal): -14728642 or 4080159. OLE color: 4080159.
HSL color Cylindrical-coordinate representation of color #1F423E: hue angle of 173.14º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1F423E is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 31 | 66 | 62 | - |
| CMYK | 0.53 | 0 | 0.06 | 0.74 |
| HSL | 173.14º | 0.36% | 0.19% | - |
| HSV(B) | 173.14º | 0.53% | 0.26% | - |
| XYZ | 3.38 | 4.54 | 5.25 | - |
| YUV | 55.08 | 131.9 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 66 | 62 | 0.53 | 0 | 0.06 | 0.74 | 173.14 | 0.36 | 0.19 |
| Hex | 1F | 42 | 3E | 35 | 0 | 6 | 4A | AD | 24 | 13 |
| Octal | 37 | 102 | 76 | 65 | 0 | 6 | 112 | 255 | 44 | 23 |
| Binary | 11111 | 1000010 | 111110 | 110101 | 0 | 110 | 1001010 | 10101101 | 100100 | 10011 |
Color Harmonies of #1F423E
Complementary color
Monochromatic Colors of #1F423E
Black with #1F423E
Text Example
Text Example
White with #1F423E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F423E; }
p { color: rgb(31,66,62); }
H1.HeaderClassName
{
color: #1F423E;
}
.AnyTagClassName
{
color: #1F423E;
}
</style>
background-color css
<style>
a { background-color: #1F423E; }
a { background-color: rgb(31,66,62); }
div.DivClassName
{
background-color: #1F423E;
}
.BgClassName
{
background-color: #1F423E;
}
</style>
border-color css
<style>
span { border-color: #1F423E; }
span { border-color: rgb(31,66,62); }
td.TdClassName
{
border-color: #1F423E;
}
.TagClassName
{
border-color: #1F423E;
}
</style>