Shades of Deep Teal #1F4D45
Tints of Deep Teal #1F4D45
RGB
CMYK
RGB Variations
Color information
#1F4D45 (or 0x1F4D45) is known color: Deep Teal. HEX triplet: 1F, 4D and 45. RGB value is (31,77,69). Sum of RGB (Red+Green+Blue) = 31+77+69=177 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.51% from 177); Green value is 77 (30.47% from 255 or 43.50% from 177); Blue value is 69 (27.34% from 255 or 38.98% from 177); Max value from RGB is 77 - color contains mainly: green. Hex color #1F4D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F4D45 is #E0B2BA. Grayscale: #3E3E3E. Windows color (decimal): -14725819 or 4541727. OLE color: 4541727.
HSL color Cylindrical-coordinate representation of color #1F4D45: hue angle of 169.57º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1F4D45 is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 31 | 77 | 69 | - |
| CMYK | 0.60 | 0 | 0.10 | 0.70 |
| HSL | 169.57º | 0.43% | 0.21% | - |
| HSV(B) | 169.57º | 0.6% | 0.3% | - |
| XYZ | 4.29 | 6.03 | 6.57 | - |
| YUV | 62.33 | 131.76 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 77 | 69 | 0.60 | 0 | 0.10 | 0.70 | 169.57 | 0.43 | 0.21 |
| Hex | 1F | 4D | 45 | 3C | 0 | A | 46 | AA | 2B | 15 |
| Octal | 37 | 115 | 105 | 74 | 0 | 12 | 106 | 252 | 53 | 25 |
| Binary | 11111 | 1001101 | 1000101 | 111100 | 0 | 1010 | 1000110 | 10101010 | 101011 | 10101 |
Color Harmonies of #1F4D45
Complementary color
Monochromatic Colors of #1F4D45
Black with #1F4D45
Text Example
Text Example
White with #1F4D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4D45; }
p { color: rgb(31,77,69); }
H1.HeaderClassName
{
color: #1F4D45;
}
.AnyTagClassName
{
color: #1F4D45;
}
</style>
background-color css
<style>
a { background-color: #1F4D45; }
a { background-color: rgb(31,77,69); }
div.DivClassName
{
background-color: #1F4D45;
}
.BgClassName
{
background-color: #1F4D45;
}
</style>
border-color css
<style>
span { border-color: #1F4D45; }
span { border-color: rgb(31,77,69); }
td.TdClassName
{
border-color: #1F4D45;
}
.TagClassName
{
border-color: #1F4D45;
}
</style>