Shades of Deep Teal #0D3E35
Tints of Deep Teal #0D3E35
RGB
CMYK
RGB Variations
Color information
#0D3E35 (or 0x0D3E35) is known color: Deep Teal. HEX triplet: 0D, 3E and 35. RGB value is (13,62,53). Sum of RGB (Red+Green+Blue) = 13+62+53=128 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.16% from 128); Green value is 62 (24.61% from 255 or 48.44% from 128); Blue value is 53 (21.09% from 255 or 41.41% from 128); Max value from RGB is 62 - color contains mainly: green. Hex color #0D3E35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3E35 is #F2C1CA. Grayscale: #2E2E2E. Windows color (decimal): -15909323 or 3489293. OLE color: 3489293.
HSL color Cylindrical-coordinate representation of color #0D3E35: hue angle of 168.98º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0D3E35 is Cyan = 0.79, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 13 | 62 | 53 | - |
| CMYK | 0.79 | 0 | 0.15 | 0.76 |
| HSL | 168.98º | 0.65% | 0.15% | - |
| HSV(B) | 168.98º | 0.79% | 0.24% | - |
| XYZ | 2.53 | 3.79 | 3.97 | - |
| YUV | 46.32 | 131.77 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 62 | 53 | 0.79 | 0 | 0.15 | 0.76 | 168.98 | 0.65 | 0.15 |
| Hex | D | 3E | 35 | 4F | 0 | F | 4C | A9 | 41 | F |
| Octal | 15 | 76 | 65 | 117 | 0 | 17 | 114 | 251 | 101 | 17 |
| Binary | 1101 | 111110 | 110101 | 1001111 | 0 | 1111 | 1001100 | 10101001 | 1000001 | 1111 |
Color Harmonies of #0D3E35
Complementary color
Monochromatic Colors of #0D3E35
Black with #0D3E35
Text Example
Text Example
White with #0D3E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3E35; }
p { color: rgb(13,62,53); }
H1.HeaderClassName
{
color: #0D3E35;
}
.AnyTagClassName
{
color: #0D3E35;
}
</style>
background-color css
<style>
a { background-color: #0D3E35; }
a { background-color: rgb(13,62,53); }
div.DivClassName
{
background-color: #0D3E35;
}
.BgClassName
{
background-color: #0D3E35;
}
</style>
border-color css
<style>
span { border-color: #0D3E35; }
span { border-color: rgb(13,62,53); }
td.TdClassName
{
border-color: #0D3E35;
}
.TagClassName
{
border-color: #0D3E35;
}
</style>