Shades of Deep Teal #0D4C3F
Tints of Deep Teal #0D4C3F
RGB
CMYK
RGB Variations
Color information
#0D4C3F (or 0x0D4C3F) is known color: Deep Teal. HEX triplet: 0D, 4C and 3F. RGB value is (13,76,63). Sum of RGB (Red+Green+Blue) = 13+76+63=152 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.55% from 152); Green value is 76 (30.08% from 255 or 50% from 152); Blue value is 63 (25% from 255 or 41.45% from 152); Max value from RGB is 76 - color contains mainly: green. Hex color #0D4C3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4C3F is #F2B3C0. Grayscale: #373737. Windows color (decimal): -15905729 or 4148237. OLE color: 4148237.
HSL color Cylindrical-coordinate representation of color #0D4C3F: hue angle of 167.62º degrees, saturation: 0.71, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D4C3F is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 13 | 76 | 63 | - |
| CMYK | 0.83 | 0 | 0.17 | 0.70 |
| HSL | 167.62º | 0.71% | 0.17% | - |
| HSV(B) | 167.62º | 0.83% | 0.3% | - |
| XYZ | 3.65 | 5.61 | 5.59 | - |
| YUV | 55.68 | 132.13 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 76 | 63 | 0.83 | 0 | 0.17 | 0.70 | 167.62 | 0.71 | 0.17 |
| Hex | D | 4C | 3F | 53 | 0 | 11 | 46 | A8 | 47 | 11 |
| Octal | 15 | 114 | 77 | 123 | 0 | 21 | 106 | 250 | 107 | 21 |
| Binary | 1101 | 1001100 | 111111 | 1010011 | 0 | 10001 | 1000110 | 10101000 | 1000111 | 10001 |
Color Harmonies of #0D4C3F
Complementary color
Monochromatic Colors of #0D4C3F
Black with #0D4C3F
Text Example
Text Example
White with #0D4C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4C3F; }
p { color: rgb(13,76,63); }
H1.HeaderClassName
{
color: #0D4C3F;
}
.AnyTagClassName
{
color: #0D4C3F;
}
</style>
background-color css
<style>
a { background-color: #0D4C3F; }
a { background-color: rgb(13,76,63); }
div.DivClassName
{
background-color: #0D4C3F;
}
.BgClassName
{
background-color: #0D4C3F;
}
</style>
border-color css
<style>
span { border-color: #0D4C3F; }
span { border-color: rgb(13,76,63); }
td.TdClassName
{
border-color: #0D4C3F;
}
.TagClassName
{
border-color: #0D4C3F;
}
</style>