Shades of Deep Teal #1F403C
Tints of Deep Teal #1F403C
RGB
CMYK
RGB Variations
Color information
#1F403C (or 0x1F403C) is known color: Deep Teal. HEX triplet: 1F, 40 and 3C. RGB value is (31,64,60). Sum of RGB (Red+Green+Blue) = 31+64+60=155 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20% from 155); Green value is 64 (25.39% from 255 or 41.29% from 155); Blue value is 60 (23.83% from 255 or 38.71% from 155); Max value from RGB is 64 - color contains mainly: green. Hex color #1F403C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F403C is #E0BFC3. Grayscale: #353535. Windows color (decimal): -14729156 or 3948575. OLE color: 3948575.
HSL color Cylindrical-coordinate representation of color #1F403C: hue angle of 172.73º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1F403C is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 31 | 64 | 60 | - |
| CMYK | 0.52 | 0 | 0.06 | 0.75 |
| HSL | 172.73º | 0.35% | 0.19% | - |
| HSV(B) | 172.73º | 0.52% | 0.25% | - |
| XYZ | 3.21 | 4.28 | 4.93 | - |
| YUV | 53.68 | 131.57 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 64 | 60 | 0.52 | 0 | 0.06 | 0.75 | 172.73 | 0.35 | 0.19 |
| Hex | 1F | 40 | 3C | 34 | 0 | 6 | 4B | AD | 23 | 13 |
| Octal | 37 | 100 | 74 | 64 | 0 | 6 | 113 | 255 | 43 | 23 |
| Binary | 11111 | 1000000 | 111100 | 110100 | 0 | 110 | 1001011 | 10101101 | 100011 | 10011 |
Color Harmonies of #1F403C
Complementary color
Monochromatic Colors of #1F403C
Black with #1F403C
Text Example
Text Example
White with #1F403C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F403C; }
p { color: rgb(31,64,60); }
H1.HeaderClassName
{
color: #1F403C;
}
.AnyTagClassName
{
color: #1F403C;
}
</style>
background-color css
<style>
a { background-color: #1F403C; }
a { background-color: rgb(31,64,60); }
div.DivClassName
{
background-color: #1F403C;
}
.BgClassName
{
background-color: #1F403C;
}
</style>
border-color css
<style>
span { border-color: #1F403C; }
span { border-color: rgb(31,64,60); }
td.TdClassName
{
border-color: #1F403C;
}
.TagClassName
{
border-color: #1F403C;
}
</style>