Shades of Deep Teal #0D3E33
Tints of Deep Teal #0D3E33
RGB
CMYK
RGB Variations
Color information
#0D3E33 (or 0x0D3E33) is known color: Deep Teal. HEX triplet: 0D, 3E and 33. RGB value is (13,62,51). Sum of RGB (Red+Green+Blue) = 13+62+51=126 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.32% from 126); Green value is 62 (24.61% from 255 or 49.21% from 126); Blue value is 51 (20.31% from 255 or 40.48% from 126); Max value from RGB is 62 - color contains mainly: green. Hex color #0D3E33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3E33 is #F2C1CC. Grayscale: #2E2E2E. Windows color (decimal): -15909325 or 3358221. OLE color: 3358221.
HSL color Cylindrical-coordinate representation of color #0D3E33: hue angle of 166.53º 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 #0D3E33 is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 13 | 62 | 51 | - |
| CMYK | 0.79 | 0 | 0.18 | 0.76 |
| HSL | 166.53º | 0.65% | 0.15% | - |
| HSV(B) | 166.53º | 0.79% | 0.24% | - |
| XYZ | 2.49 | 3.77 | 3.73 | - |
| YUV | 46.1 | 130.77 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 62 | 51 | 0.79 | 0 | 0.18 | 0.76 | 166.53 | 0.65 | 0.15 |
| Hex | D | 3E | 33 | 4F | 0 | 12 | 4C | A7 | 41 | F |
| Octal | 15 | 76 | 63 | 117 | 0 | 22 | 114 | 247 | 101 | 17 |
| Binary | 1101 | 111110 | 110011 | 1001111 | 0 | 10010 | 1001100 | 10100111 | 1000001 | 1111 |
Color Harmonies of #0D3E33
Complementary color
Monochromatic Colors of #0D3E33
Black with #0D3E33
Text Example
Text Example
White with #0D3E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3E33; }
p { color: rgb(13,62,51); }
H1.HeaderClassName
{
color: #0D3E33;
}
.AnyTagClassName
{
color: #0D3E33;
}
</style>
background-color css
<style>
a { background-color: #0D3E33; }
a { background-color: rgb(13,62,51); }
div.DivClassName
{
background-color: #0D3E33;
}
.BgClassName
{
background-color: #0D3E33;
}
</style>
border-color css
<style>
span { border-color: #0D3E33; }
span { border-color: rgb(13,62,51); }
td.TdClassName
{
border-color: #0D3E33;
}
.TagClassName
{
border-color: #0D3E33;
}
</style>