Shades of Deep Teal #0D4437
Tints of Deep Teal #0D4437
RGB
CMYK
RGB Variations
Color information
#0D4437 (or 0x0D4437) is known color: Deep Teal. HEX triplet: 0D, 44 and 37. RGB value is (13,68,55). Sum of RGB (Red+Green+Blue) = 13+68+55=136 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.56% from 136); Green value is 68 (26.95% from 255 or 50% from 136); Blue value is 55 (21.88% from 255 or 40.44% from 136); Max value from RGB is 68 - color contains mainly: green. Hex color #0D4437 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4437 is #F2BBC8. Grayscale: #323232. Windows color (decimal): -15907785 or 3621901. OLE color: 3621901.
HSL color Cylindrical-coordinate representation of color #0D4437: hue angle of 165.82º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D4437 is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 13 | 68 | 55 | - |
| CMYK | 0.81 | 0 | 0.19 | 0.73 |
| HSL | 165.82º | 0.68% | 0.16% | - |
| HSV(B) | 165.82º | 0.81% | 0.27% | - |
| XYZ | 2.92 | 4.5 | 4.33 | - |
| YUV | 50.07 | 130.78 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 68 | 55 | 0.81 | 0 | 0.19 | 0.73 | 165.82 | 0.68 | 0.16 |
| Hex | D | 44 | 37 | 51 | 0 | 13 | 49 | A6 | 44 | 10 |
| Octal | 15 | 104 | 67 | 121 | 0 | 23 | 111 | 246 | 104 | 20 |
| Binary | 1101 | 1000100 | 110111 | 1010001 | 0 | 10011 | 1001001 | 10100110 | 1000100 | 10000 |
Color Harmonies of #0D4437
Complementary color
Monochromatic Colors of #0D4437
Black with #0D4437
Text Example
Text Example
White with #0D4437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4437; }
p { color: rgb(13,68,55); }
H1.HeaderClassName
{
color: #0D4437;
}
.AnyTagClassName
{
color: #0D4437;
}
</style>
background-color css
<style>
a { background-color: #0D4437; }
a { background-color: rgb(13,68,55); }
div.DivClassName
{
background-color: #0D4437;
}
.BgClassName
{
background-color: #0D4437;
}
</style>
border-color css
<style>
span { border-color: #0D4437; }
span { border-color: rgb(13,68,55); }
td.TdClassName
{
border-color: #0D4437;
}
.TagClassName
{
border-color: #0D4437;
}
</style>