Shades of Deep Teal #1F423A
Tints of Deep Teal #1F423A
RGB
CMYK
RGB Variations
Color information
#1F423A (or 0x1F423A) is known color: Deep Teal. HEX triplet: 1F, 42 and 3A. RGB value is (31,66,58). Sum of RGB (Red+Green+Blue) = 31+66+58=155 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20% from 155); Green value is 66 (26.17% from 255 or 42.58% from 155); Blue value is 58 (23.05% from 255 or 37.42% from 155); Max value from RGB is 66 - color contains mainly: green. Hex color #1F423A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F423A is #E0BDC5. Grayscale: #363636. Windows color (decimal): -14728646 or 3818015. OLE color: 3818015.
HSL color Cylindrical-coordinate representation of color #1F423A: hue angle of 166.29º 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 #1F423A is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 31 | 66 | 58 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.74 |
| HSL | 166.29º | 0.36% | 0.19% | - |
| HSV(B) | 166.29º | 0.53% | 0.26% | - |
| XYZ | 3.28 | 4.49 | 4.7 | - |
| YUV | 54.62 | 129.9 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 66 | 58 | 0.53 | 0 | 0.12 | 0.74 | 166.29 | 0.36 | 0.19 |
| Hex | 1F | 42 | 3A | 35 | 0 | C | 4A | A6 | 24 | 13 |
| Octal | 37 | 102 | 72 | 65 | 0 | 14 | 112 | 246 | 44 | 23 |
| Binary | 11111 | 1000010 | 111010 | 110101 | 0 | 1100 | 1001010 | 10100110 | 100100 | 10011 |
Color Harmonies of #1F423A
Complementary color
Monochromatic Colors of #1F423A
Black with #1F423A
Text Example
Text Example
White with #1F423A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F423A; }
p { color: rgb(31,66,58); }
H1.HeaderClassName
{
color: #1F423A;
}
.AnyTagClassName
{
color: #1F423A;
}
</style>
background-color css
<style>
a { background-color: #1F423A; }
a { background-color: rgb(31,66,58); }
div.DivClassName
{
background-color: #1F423A;
}
.BgClassName
{
background-color: #1F423A;
}
</style>
border-color css
<style>
span { border-color: #1F423A; }
span { border-color: rgb(31,66,58); }
td.TdClassName
{
border-color: #1F423A;
}
.TagClassName
{
border-color: #1F423A;
}
</style>