Shades of Deep Teal #0D4134
Tints of Deep Teal #0D4134
RGB
CMYK
RGB Variations
Color information
#0D4134 (or 0x0D4134) is known color: Deep Teal. HEX triplet: 0D, 41 and 34. RGB value is (13,65,52). Sum of RGB (Red+Green+Blue) = 13+65+52=130 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10% from 130); Green value is 65 (25.78% from 255 or 50% from 130); Blue value is 52 (20.70% from 255 or 40% from 130); Max value from RGB is 65 - color contains mainly: green. Hex color #0D4134 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4134 is #F2BECB. Grayscale: #2F2F2F. Windows color (decimal): -15908556 or 3424525. OLE color: 3424525.
HSL color Cylindrical-coordinate representation of color #0D4134: hue angle of 165º 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 #0D4134 is Cyan = 0.80, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 13 | 65 | 52 | - |
| CMYK | 0.80 | 0 | 0.20 | 0.75 |
| HSL | 165º | 0.67% | 0.15% | - |
| HSV(B) | 165º | 0.8% | 0.25% | - |
| XYZ | 2.68 | 4.11 | 3.9 | - |
| YUV | 47.97 | 130.27 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 65 | 52 | 0.80 | 0 | 0.20 | 0.75 | 165 | 0.67 | 0.15 |
| Hex | D | 41 | 34 | 50 | 0 | 14 | 4B | A5 | 43 | F |
| Octal | 15 | 101 | 64 | 120 | 0 | 24 | 113 | 245 | 103 | 17 |
| Binary | 1101 | 1000001 | 110100 | 1010000 | 0 | 10100 | 1001011 | 10100101 | 1000011 | 1111 |
Color Harmonies of #0D4134
Complementary color
Monochromatic Colors of #0D4134
Black with #0D4134
Text Example
Text Example
White with #0D4134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4134; }
p { color: rgb(13,65,52); }
H1.HeaderClassName
{
color: #0D4134;
}
.AnyTagClassName
{
color: #0D4134;
}
</style>
background-color css
<style>
a { background-color: #0D4134; }
a { background-color: rgb(13,65,52); }
div.DivClassName
{
background-color: #0D4134;
}
.BgClassName
{
background-color: #0D4134;
}
</style>
border-color css
<style>
span { border-color: #0D4134; }
span { border-color: rgb(13,65,52); }
td.TdClassName
{
border-color: #0D4134;
}
.TagClassName
{
border-color: #0D4134;
}
</style>