Shades of Deep Teal #0D4838
Tints of Deep Teal #0D4838
RGB
CMYK
RGB Variations
Color information
#0D4838 (or 0x0D4838) is known color: Deep Teal. HEX triplet: 0D, 48 and 38. RGB value is (13,72,56). Sum of RGB (Red+Green+Blue) = 13+72+56=141 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.22% from 141); Green value is 72 (28.52% from 255 or 51.06% from 141); Blue value is 56 (22.27% from 255 or 39.72% from 141); Max value from RGB is 72 - color contains mainly: green. Hex color #0D4838 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4838 is #F2B7C7. Grayscale: #343434. Windows color (decimal): -15906760 or 3688461. OLE color: 3688461.
HSL color Cylindrical-coordinate representation of color #0D4838: hue angle of 163.73º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D4838 is Cyan = 0.82, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 13 | 72 | 56 | - |
| CMYK | 0.82 | 0 | 0.22 | 0.72 |
| HSL | 163.73º | 0.69% | 0.17% | - |
| HSV(B) | 163.73º | 0.82% | 0.28% | - |
| XYZ | 3.2 | 5.01 | 4.54 | - |
| YUV | 52.54 | 129.95 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 72 | 56 | 0.82 | 0 | 0.22 | 0.72 | 163.73 | 0.69 | 0.17 |
| Hex | D | 48 | 38 | 52 | 0 | 16 | 48 | A4 | 45 | 11 |
| Octal | 15 | 110 | 70 | 122 | 0 | 26 | 110 | 244 | 105 | 21 |
| Binary | 1101 | 1001000 | 111000 | 1010010 | 0 | 10110 | 1001000 | 10100100 | 1000101 | 10001 |
Color Harmonies of #0D4838
Complementary color
Monochromatic Colors of #0D4838
Black with #0D4838
Text Example
Text Example
White with #0D4838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4838; }
p { color: rgb(13,72,56); }
H1.HeaderClassName
{
color: #0D4838;
}
.AnyTagClassName
{
color: #0D4838;
}
</style>
background-color css
<style>
a { background-color: #0D4838; }
a { background-color: rgb(13,72,56); }
div.DivClassName
{
background-color: #0D4838;
}
.BgClassName
{
background-color: #0D4838;
}
</style>
border-color css
<style>
span { border-color: #0D4838; }
span { border-color: rgb(13,72,56); }
td.TdClassName
{
border-color: #0D4838;
}
.TagClassName
{
border-color: #0D4838;
}
</style>