Shades of Deep Teal #1F473F
Tints of Deep Teal #1F473F
RGB
CMYK
RGB Variations
Color information
#1F473F (or 0x1F473F) is known color: Deep Teal. HEX triplet: 1F, 47 and 3F. RGB value is (31,71,63). Sum of RGB (Red+Green+Blue) = 31+71+63=165 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.79% from 165); Green value is 71 (28.12% from 255 or 43.03% from 165); Blue value is 63 (25% from 255 or 38.18% from 165); Max value from RGB is 71 - color contains mainly: green. Hex color #1F473F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F473F is #E0B8C0. Grayscale: #3A3A3A. Windows color (decimal): -14727361 or 4146975. OLE color: 4146975.
HSL color Cylindrical-coordinate representation of color #1F473F: hue angle of 168º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1F473F is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 31 | 71 | 63 | - |
| CMYK | 0.56 | 0 | 0.11 | 0.72 |
| HSL | 168º | 0.39% | 0.2% | - |
| HSV(B) | 168º | 0.56% | 0.28% | - |
| XYZ | 3.72 | 5.16 | 5.5 | - |
| YUV | 58.13 | 130.75 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 71 | 63 | 0.56 | 0 | 0.11 | 0.72 | 168 | 0.39 | 0.2 |
| Hex | 1F | 47 | 3F | 38 | 0 | B | 48 | A8 | 27 | 14 |
| Octal | 37 | 107 | 77 | 70 | 0 | 13 | 110 | 250 | 47 | 24 |
| Binary | 11111 | 1000111 | 111111 | 111000 | 0 | 1011 | 1001000 | 10101000 | 100111 | 10100 |
Color Harmonies of #1F473F
Complementary color
Monochromatic Colors of #1F473F
Black with #1F473F
Text Example
Text Example
White with #1F473F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F473F; }
p { color: rgb(31,71,63); }
H1.HeaderClassName
{
color: #1F473F;
}
.AnyTagClassName
{
color: #1F473F;
}
</style>
background-color css
<style>
a { background-color: #1F473F; }
a { background-color: rgb(31,71,63); }
div.DivClassName
{
background-color: #1F473F;
}
.BgClassName
{
background-color: #1F473F;
}
</style>
border-color css
<style>
span { border-color: #1F473F; }
span { border-color: rgb(31,71,63); }
td.TdClassName
{
border-color: #1F473F;
}
.TagClassName
{
border-color: #1F473F;
}
</style>