Shades of Deep Teal #0D4E3F
Tints of Deep Teal #0D4E3F
RGB
CMYK
RGB Variations
Color information
#0D4E3F (or 0x0D4E3F) is known color: Deep Teal. HEX triplet: 0D, 4E and 3F. RGB value is (13,78,63). Sum of RGB (Red+Green+Blue) = 13+78+63=154 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.44% from 154); Green value is 78 (30.86% from 255 or 50.65% from 154); Blue value is 63 (25% from 255 or 40.91% from 154); Max value from RGB is 78 - color contains mainly: green. Hex color #0D4E3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D4E3F is #F2B1C0. Grayscale: #383838. Windows color (decimal): -15905217 or 4148749. OLE color: 4148749.
HSL color Cylindrical-coordinate representation of color #0D4E3F: hue angle of 166.15º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D4E3F is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 13 | 78 | 63 | - |
| CMYK | 0.83 | 0 | 0.19 | 0.69 |
| HSL | 166.15º | 0.71% | 0.18% | - |
| HSV(B) | 166.15º | 0.83% | 0.31% | - |
| XYZ | 3.79 | 5.89 | 5.64 | - |
| YUV | 56.86 | 131.47 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 78 | 63 | 0.83 | 0 | 0.19 | 0.69 | 166.15 | 0.71 | 0.18 |
| Hex | D | 4E | 3F | 53 | 0 | 13 | 45 | A6 | 47 | 12 |
| Octal | 15 | 116 | 77 | 123 | 0 | 23 | 105 | 246 | 107 | 22 |
| Binary | 1101 | 1001110 | 111111 | 1010011 | 0 | 10011 | 1000101 | 10100110 | 1000111 | 10010 |
Color Harmonies of #0D4E3F
Complementary color
Monochromatic Colors of #0D4E3F
Black with #0D4E3F
Text Example
Text Example
White with #0D4E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4E3F; }
p { color: rgb(13,78,63); }
H1.HeaderClassName
{
color: #0D4E3F;
}
.AnyTagClassName
{
color: #0D4E3F;
}
</style>
background-color css
<style>
a { background-color: #0D4E3F; }
a { background-color: rgb(13,78,63); }
div.DivClassName
{
background-color: #0D4E3F;
}
.BgClassName
{
background-color: #0D4E3F;
}
</style>
border-color css
<style>
span { border-color: #0D4E3F; }
span { border-color: rgb(13,78,63); }
td.TdClassName
{
border-color: #0D4E3F;
}
.TagClassName
{
border-color: #0D4E3F;
}
</style>