Shades of Deep Teal #0D3936
Tints of Deep Teal #0D3936
RGB
CMYK
RGB Variations
Color information
#0D3936 (or 0x0D3936) is known color: Deep Teal. HEX triplet: 0D, 39 and 36. RGB value is (13,57,54). Sum of RGB (Red+Green+Blue) = 13+57+54=124 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.48% from 124); Green value is 57 (22.66% from 255 or 45.97% from 124); Blue value is 54 (21.48% from 255 or 43.55% from 124); Max value from RGB is 57 - color contains mainly: green. Hex color #0D3936 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3936 is #F2C6C9. Grayscale: #2B2B2B. Windows color (decimal): -15910602 or 3553549. OLE color: 3553549.
HSL color Cylindrical-coordinate representation of color #0D3936: hue angle of 175.91º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0D3936 is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 13 | 57 | 54 | - |
| CMYK | 0.77 | 0 | 0.05 | 0.78 |
| HSL | 175.91º | 0.63% | 0.14% | - |
| HSV(B) | 175.91º | 0.77% | 0.22% | - |
| XYZ | 2.29 | 3.28 | 4 | - |
| YUV | 43.5 | 133.92 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 57 | 54 | 0.77 | 0 | 0.05 | 0.78 | 175.91 | 0.63 | 0.14 |
| Hex | D | 39 | 36 | 4D | 0 | 5 | 4E | B0 | 3F | E |
| Octal | 15 | 71 | 66 | 115 | 0 | 5 | 116 | 260 | 77 | 16 |
| Binary | 1101 | 111001 | 110110 | 1001101 | 0 | 101 | 1001110 | 10110000 | 111111 | 1110 |
Color Harmonies of #0D3936
Complementary color
Monochromatic Colors of #0D3936
Black with #0D3936
Text Example
Text Example
White with #0D3936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3936; }
p { color: rgb(13,57,54); }
H1.HeaderClassName
{
color: #0D3936;
}
.AnyTagClassName
{
color: #0D3936;
}
</style>
background-color css
<style>
a { background-color: #0D3936; }
a { background-color: rgb(13,57,54); }
div.DivClassName
{
background-color: #0D3936;
}
.BgClassName
{
background-color: #0D3936;
}
</style>
border-color css
<style>
span { border-color: #0D3936; }
span { border-color: rgb(13,57,54); }
td.TdClassName
{
border-color: #0D3936;
}
.TagClassName
{
border-color: #0D3936;
}
</style>