Shades of Deep Teal #1F3D38
Tints of Deep Teal #1F3D38
RGB
CMYK
RGB Variations
Color information
#1F3D38 (or 0x1F3D38) is known color: Deep Teal. HEX triplet: 1F, 3D and 38. RGB value is (31,61,56). Sum of RGB (Red+Green+Blue) = 31+61+56=148 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.95% from 148); Green value is 61 (24.22% from 255 or 41.22% from 148); Blue value is 56 (22.27% from 255 or 37.84% from 148); Max value from RGB is 61 - color contains mainly: green. Hex color #1F3D38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3D38 is #E0C2C7. Grayscale: #333333. Windows color (decimal): -14729928 or 3685663. OLE color: 3685663.
HSL color Cylindrical-coordinate representation of color #1F3D38: hue angle of 170º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1F3D38 is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 31 | 61 | 56 | - |
| CMYK | 0.49 | 0 | 0.08 | 0.76 |
| HSL | 170º | 0.33% | 0.18% | - |
| HSV(B) | 170º | 0.49% | 0.24% | - |
| XYZ | 2.95 | 3.91 | 4.34 | - |
| YUV | 51.46 | 130.56 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 61 | 56 | 0.49 | 0 | 0.08 | 0.76 | 170 | 0.33 | 0.18 |
| Hex | 1F | 3D | 38 | 31 | 0 | 8 | 4C | AA | 21 | 12 |
| Octal | 37 | 75 | 70 | 61 | 0 | 10 | 114 | 252 | 41 | 22 |
| Binary | 11111 | 111101 | 111000 | 110001 | 0 | 1000 | 1001100 | 10101010 | 100001 | 10010 |
Color Harmonies of #1F3D38
Complementary color
Monochromatic Colors of #1F3D38
Black with #1F3D38
Text Example
Text Example
White with #1F3D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3D38; }
p { color: rgb(31,61,56); }
H1.HeaderClassName
{
color: #1F3D38;
}
.AnyTagClassName
{
color: #1F3D38;
}
</style>
background-color css
<style>
a { background-color: #1F3D38; }
a { background-color: rgb(31,61,56); }
div.DivClassName
{
background-color: #1F3D38;
}
.BgClassName
{
background-color: #1F3D38;
}
</style>
border-color css
<style>
span { border-color: #1F3D38; }
span { border-color: rgb(31,61,56); }
td.TdClassName
{
border-color: #1F3D38;
}
.TagClassName
{
border-color: #1F3D38;
}
</style>