Shades of Deep Teal #0D4537
Tints of Deep Teal #0D4537
RGB
CMYK
RGB Variations
Color information
#0D4537 (or 0x0D4537) is known color: Deep Teal. HEX triplet: 0D, 45 and 37. RGB value is (13,69,55). Sum of RGB (Red+Green+Blue) = 13+69+55=137 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.49% from 137); Green value is 69 (27.34% from 255 or 50.36% from 137); Blue value is 55 (21.88% from 255 or 40.15% from 137); Max value from RGB is 69 - color contains mainly: green. Hex color #0D4537 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4537 is #F2BAC8. Grayscale: #323232. Windows color (decimal): -15907529 or 3622157. OLE color: 3622157.
HSL color Cylindrical-coordinate representation of color #0D4537: hue angle of 165º 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 #0D4537 is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 13 | 69 | 55 | - |
| CMYK | 0.81 | 0 | 0.20 | 0.73 |
| HSL | 165º | 0.68% | 0.16% | - |
| HSV(B) | 165º | 0.81% | 0.27% | - |
| XYZ | 2.98 | 4.62 | 4.35 | - |
| YUV | 50.66 | 130.45 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 69 | 55 | 0.81 | 0 | 0.20 | 0.73 | 165 | 0.68 | 0.16 |
| Hex | D | 45 | 37 | 51 | 0 | 14 | 49 | A5 | 44 | 10 |
| Octal | 15 | 105 | 67 | 121 | 0 | 24 | 111 | 245 | 104 | 20 |
| Binary | 1101 | 1000101 | 110111 | 1010001 | 0 | 10100 | 1001001 | 10100101 | 1000100 | 10000 |
Color Harmonies of #0D4537
Complementary color
Monochromatic Colors of #0D4537
Black with #0D4537
Text Example
Text Example
White with #0D4537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4537; }
p { color: rgb(13,69,55); }
H1.HeaderClassName
{
color: #0D4537;
}
.AnyTagClassName
{
color: #0D4537;
}
</style>
background-color css
<style>
a { background-color: #0D4537; }
a { background-color: rgb(13,69,55); }
div.DivClassName
{
background-color: #0D4537;
}
.BgClassName
{
background-color: #0D4537;
}
</style>
border-color css
<style>
span { border-color: #0D4537; }
span { border-color: rgb(13,69,55); }
td.TdClassName
{
border-color: #0D4537;
}
.TagClassName
{
border-color: #0D4537;
}
</style>