Shades of Deep Teal #0D5142
Tints of Deep Teal #0D5142
RGB
CMYK
RGB Variations
Color information
#0D5142 (or 0x0D5142) is known color: Deep Teal. HEX triplet: 0D, 51 and 42. RGB value is (13,81,66). Sum of RGB (Red+Green+Blue) = 13+81+66=160 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.12% from 160); Green value is 81 (32.03% from 255 or 50.62% from 160); Blue value is 66 (26.17% from 255 or 41.25% from 160); Max value from RGB is 81 - color contains mainly: green. Hex color #0D5142 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5142 is #F2AEBD. Grayscale: #3A3A3A. Windows color (decimal): -15904446 or 4346125. OLE color: 4346125.
HSL color Cylindrical-coordinate representation of color #0D5142: hue angle of 166.76º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D5142 is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 13 | 81 | 66 | - |
| CMYK | 0.84 | 0 | 0.19 | 0.68 |
| HSL | 166.76º | 0.72% | 0.18% | - |
| HSV(B) | 166.76º | 0.84% | 0.32% | - |
| XYZ | 4.09 | 6.36 | 6.17 | - |
| YUV | 58.96 | 131.97 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 81 | 66 | 0.84 | 0 | 0.19 | 0.68 | 166.76 | 0.72 | 0.18 |
| Hex | D | 51 | 42 | 54 | 0 | 13 | 44 | A7 | 48 | 12 |
| Octal | 15 | 121 | 102 | 124 | 0 | 23 | 104 | 247 | 110 | 22 |
| Binary | 1101 | 1010001 | 1000010 | 1010100 | 0 | 10011 | 1000100 | 10100111 | 1001000 | 10010 |
Color Harmonies of #0D5142
Complementary color
Monochromatic Colors of #0D5142
Black with #0D5142
Text Example
Text Example
White with #0D5142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5142; }
p { color: rgb(13,81,66); }
H1.HeaderClassName
{
color: #0D5142;
}
.AnyTagClassName
{
color: #0D5142;
}
</style>
background-color css
<style>
a { background-color: #0D5142; }
a { background-color: rgb(13,81,66); }
div.DivClassName
{
background-color: #0D5142;
}
.BgClassName
{
background-color: #0D5142;
}
</style>
border-color css
<style>
span { border-color: #0D5142; }
span { border-color: rgb(13,81,66); }
td.TdClassName
{
border-color: #0D5142;
}
.TagClassName
{
border-color: #0D5142;
}
</style>