Shades of Deep Teal #0D4133
Tints of Deep Teal #0D4133
RGB
CMYK
RGB Variations
Color information
#0D4133 (or 0x0D4133) is known color: Deep Teal. HEX triplet: 0D, 41 and 33. RGB value is (13,65,51). Sum of RGB (Red+Green+Blue) = 13+65+51=129 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10.08% from 129); Green value is 65 (25.78% from 255 or 50.39% from 129); Blue value is 51 (20.31% from 255 or 39.53% from 129); Max value from RGB is 65 - color contains mainly: green. Hex color #0D4133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4133 is #F2BECC. Grayscale: #2F2F2F. Windows color (decimal): -15908557 or 3358989. OLE color: 3358989.
HSL color Cylindrical-coordinate representation of color #0D4133: hue angle of 163.85º 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 #0D4133 is Cyan = 0.80, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 13 | 65 | 51 | - |
| CMYK | 0.80 | 0 | 0.22 | 0.75 |
| HSL | 163.85º | 0.67% | 0.15% | - |
| HSV(B) | 163.85º | 0.8% | 0.25% | - |
| XYZ | 2.65 | 4.11 | 3.78 | - |
| YUV | 47.86 | 129.77 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 65 | 51 | 0.80 | 0 | 0.22 | 0.75 | 163.85 | 0.67 | 0.15 |
| Hex | D | 41 | 33 | 50 | 0 | 16 | 4B | A4 | 43 | F |
| Octal | 15 | 101 | 63 | 120 | 0 | 26 | 113 | 244 | 103 | 17 |
| Binary | 1101 | 1000001 | 110011 | 1010000 | 0 | 10110 | 1001011 | 10100100 | 1000011 | 1111 |
Color Harmonies of #0D4133
Complementary color
Monochromatic Colors of #0D4133
Black with #0D4133
Text Example
Text Example
White with #0D4133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4133; }
p { color: rgb(13,65,51); }
H1.HeaderClassName
{
color: #0D4133;
}
.AnyTagClassName
{
color: #0D4133;
}
</style>
background-color css
<style>
a { background-color: #0D4133; }
a { background-color: rgb(13,65,51); }
div.DivClassName
{
background-color: #0D4133;
}
.BgClassName
{
background-color: #0D4133;
}
</style>
border-color css
<style>
span { border-color: #0D4133; }
span { border-color: rgb(13,65,51); }
td.TdClassName
{
border-color: #0D4133;
}
.TagClassName
{
border-color: #0D4133;
}
</style>