Shades of Deep Teal #1F423D
Tints of Deep Teal #1F423D
RGB
CMYK
RGB Variations
Color information
#1F423D (or 0x1F423D) is known color: Deep Teal. HEX triplet: 1F, 42 and 3D. RGB value is (31,66,61). Sum of RGB (Red+Green+Blue) = 31+66+61=158 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.62% from 158); Green value is 66 (26.17% from 255 or 41.77% from 158); Blue value is 61 (24.22% from 255 or 38.61% from 158); Max value from RGB is 66 - color contains mainly: green. Hex color #1F423D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F423D is #E0BDC2. Grayscale: #363636. Windows color (decimal): -14728643 or 4014623. OLE color: 4014623.
HSL color Cylindrical-coordinate representation of color #1F423D: hue angle of 171.43º 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 #1F423D is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 31 | 66 | 61 | - |
| CMYK | 0.53 | 0 | 0.08 | 0.74 |
| HSL | 171.43º | 0.36% | 0.19% | - |
| HSV(B) | 171.43º | 0.53% | 0.26% | - |
| XYZ | 3.36 | 4.52 | 5.11 | - |
| YUV | 54.97 | 131.4 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 66 | 61 | 0.53 | 0 | 0.08 | 0.74 | 171.43 | 0.36 | 0.19 |
| Hex | 1F | 42 | 3D | 35 | 0 | 8 | 4A | AB | 24 | 13 |
| Octal | 37 | 102 | 75 | 65 | 0 | 10 | 112 | 253 | 44 | 23 |
| Binary | 11111 | 1000010 | 111101 | 110101 | 0 | 1000 | 1001010 | 10101011 | 100100 | 10011 |
Color Harmonies of #1F423D
Complementary color
Monochromatic Colors of #1F423D
Black with #1F423D
Text Example
Text Example
White with #1F423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F423D; }
p { color: rgb(31,66,61); }
H1.HeaderClassName
{
color: #1F423D;
}
.AnyTagClassName
{
color: #1F423D;
}
</style>
background-color css
<style>
a { background-color: #1F423D; }
a { background-color: rgb(31,66,61); }
div.DivClassName
{
background-color: #1F423D;
}
.BgClassName
{
background-color: #1F423D;
}
</style>
border-color css
<style>
span { border-color: #1F423D; }
span { border-color: rgb(31,66,61); }
td.TdClassName
{
border-color: #1F423D;
}
.TagClassName
{
border-color: #1F423D;
}
</style>