Shades of Deep Teal #0D4737
Tints of Deep Teal #0D4737
RGB
CMYK
RGB Variations
Color information
#0D4737 (or 0x0D4737) is known color: Deep Teal. HEX triplet: 0D, 47 and 37. RGB value is (13,71,55). Sum of RGB (Red+Green+Blue) = 13+71+55=139 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.35% from 139); Green value is 71 (28.12% from 255 or 51.08% from 139); Blue value is 55 (21.88% from 255 or 39.57% from 139); Max value from RGB is 71 - color contains mainly: green. Hex color #0D4737 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4737 is #F2B8C8. Grayscale: #333333. Windows color (decimal): -15907017 or 3622669. OLE color: 3622669.
HSL color Cylindrical-coordinate representation of color #0D4737: hue angle of 163.45º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D4737 is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 13 | 71 | 55 | - |
| CMYK | 0.82 | 0 | 0.23 | 0.72 |
| HSL | 163.45º | 0.69% | 0.16% | - |
| HSV(B) | 163.45º | 0.82% | 0.28% | - |
| XYZ | 3.11 | 4.87 | 4.39 | - |
| YUV | 51.83 | 129.78 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 71 | 55 | 0.82 | 0 | 0.23 | 0.72 | 163.45 | 0.69 | 0.16 |
| Hex | D | 47 | 37 | 52 | 0 | 17 | 48 | A3 | 45 | 10 |
| Octal | 15 | 107 | 67 | 122 | 0 | 27 | 110 | 243 | 105 | 20 |
| Binary | 1101 | 1000111 | 110111 | 1010010 | 0 | 10111 | 1001000 | 10100011 | 1000101 | 10000 |
Color Harmonies of #0D4737
Complementary color
Monochromatic Colors of #0D4737
Black with #0D4737
Text Example
Text Example
White with #0D4737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4737; }
p { color: rgb(13,71,55); }
H1.HeaderClassName
{
color: #0D4737;
}
.AnyTagClassName
{
color: #0D4737;
}
</style>
background-color css
<style>
a { background-color: #0D4737; }
a { background-color: rgb(13,71,55); }
div.DivClassName
{
background-color: #0D4737;
}
.BgClassName
{
background-color: #0D4737;
}
</style>
border-color css
<style>
span { border-color: #0D4737; }
span { border-color: rgb(13,71,55); }
td.TdClassName
{
border-color: #0D4737;
}
.TagClassName
{
border-color: #0D4737;
}
</style>