Shades of Deep Teal #0D4D3C
Tints of Deep Teal #0D4D3C
RGB
CMYK
RGB Variations
Color information
#0D4D3C (or 0x0D4D3C) is known color: Deep Teal. HEX triplet: 0D, 4D and 3C. RGB value is (13,77,60). Sum of RGB (Red+Green+Blue) = 13+77+60=150 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.67% from 150); Green value is 77 (30.47% from 255 or 51.33% from 150); Blue value is 60 (23.83% from 255 or 40% from 150); Max value from RGB is 77 - color contains mainly: green. Hex color #0D4D3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D4D3C is #F2B2C3. Grayscale: #373737. Windows color (decimal): -15905476 or 3951885. OLE color: 3951885.
HSL color Cylindrical-coordinate representation of color #0D4D3C: hue angle of 164.06º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D4D3C is Cyan = 0.83, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 13 | 77 | 60 | - |
| CMYK | 0.83 | 0 | 0.22 | 0.70 |
| HSL | 164.06º | 0.71% | 0.18% | - |
| HSV(B) | 164.06º | 0.83% | 0.3% | - |
| XYZ | 3.64 | 5.72 | 5.19 | - |
| YUV | 55.93 | 130.3 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 77 | 60 | 0.83 | 0 | 0.22 | 0.70 | 164.06 | 0.71 | 0.18 |
| Hex | D | 4D | 3C | 53 | 0 | 16 | 46 | A4 | 47 | 12 |
| Octal | 15 | 115 | 74 | 123 | 0 | 26 | 106 | 244 | 107 | 22 |
| Binary | 1101 | 1001101 | 111100 | 1010011 | 0 | 10110 | 1000110 | 10100100 | 1000111 | 10010 |
Color Harmonies of #0D4D3C
Complementary color
Monochromatic Colors of #0D4D3C
Black with #0D4D3C
Text Example
Text Example
White with #0D4D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4D3C; }
p { color: rgb(13,77,60); }
H1.HeaderClassName
{
color: #0D4D3C;
}
.AnyTagClassName
{
color: #0D4D3C;
}
</style>
background-color css
<style>
a { background-color: #0D4D3C; }
a { background-color: rgb(13,77,60); }
div.DivClassName
{
background-color: #0D4D3C;
}
.BgClassName
{
background-color: #0D4D3C;
}
</style>
border-color css
<style>
span { border-color: #0D4D3C; }
span { border-color: rgb(13,77,60); }
td.TdClassName
{
border-color: #0D4D3C;
}
.TagClassName
{
border-color: #0D4D3C;
}
</style>