Shades of Deep Teal #0D4138
Tints of Deep Teal #0D4138
RGB
CMYK
RGB Variations
Color information
#0D4138 (or 0x0D4138) is known color: Deep Teal. HEX triplet: 0D, 41 and 38. RGB value is (13,65,56). Sum of RGB (Red+Green+Blue) = 13+65+56=134 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.70% from 134); Green value is 65 (25.78% from 255 or 48.51% from 134); Blue value is 56 (22.27% from 255 or 41.79% from 134); Max value from RGB is 65 - color contains mainly: green. Hex color #0D4138 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4138 is #F2BEC7. Grayscale: #303030. Windows color (decimal): -15908552 or 3686669. OLE color: 3686669.
HSL color Cylindrical-coordinate representation of color #0D4138: hue angle of 169.62º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0D4138 is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 13 | 65 | 56 | - |
| CMYK | 0.80 | 0 | 0.14 | 0.75 |
| HSL | 169.62º | 0.67% | 0.15% | - |
| HSV(B) | 169.62º | 0.8% | 0.25% | - |
| XYZ | 2.77 | 4.15 | 4.4 | - |
| YUV | 48.43 | 132.27 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 65 | 56 | 0.80 | 0 | 0.14 | 0.75 | 169.62 | 0.67 | 0.15 |
| Hex | D | 41 | 38 | 50 | 0 | E | 4B | AA | 43 | F |
| Octal | 15 | 101 | 70 | 120 | 0 | 16 | 113 | 252 | 103 | 17 |
| Binary | 1101 | 1000001 | 111000 | 1010000 | 0 | 1110 | 1001011 | 10101010 | 1000011 | 1111 |
Color Harmonies of #0D4138
Complementary color
Monochromatic Colors of #0D4138
Black with #0D4138
Text Example
Text Example
White with #0D4138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4138; }
p { color: rgb(13,65,56); }
H1.HeaderClassName
{
color: #0D4138;
}
.AnyTagClassName
{
color: #0D4138;
}
</style>
background-color css
<style>
a { background-color: #0D4138; }
a { background-color: rgb(13,65,56); }
div.DivClassName
{
background-color: #0D4138;
}
.BgClassName
{
background-color: #0D4138;
}
</style>
border-color css
<style>
span { border-color: #0D4138; }
span { border-color: rgb(13,65,56); }
td.TdClassName
{
border-color: #0D4138;
}
.TagClassName
{
border-color: #0D4138;
}
</style>