Shades of Deep Teal #0D3E37
Tints of Deep Teal #0D3E37
RGB
CMYK
RGB Variations
Color information
#0D3E37 (or 0x0D3E37) is known color: Deep Teal. HEX triplet: 0D, 3E and 37. RGB value is (13,62,55). Sum of RGB (Red+Green+Blue) = 13+62+55=130 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10% from 130); Green value is 62 (24.61% from 255 or 47.69% from 130); Blue value is 55 (21.88% from 255 or 42.31% from 130); Max value from RGB is 62 - color contains mainly: green. Hex color #0D3E37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3E37 is #F2C1C8. Grayscale: #2E2E2E. Windows color (decimal): -15909321 or 3620365. OLE color: 3620365.
HSL color Cylindrical-coordinate representation of color #0D3E37: hue angle of 171.43º 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 #0D3E37 is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 13 | 62 | 55 | - |
| CMYK | 0.79 | 0 | 0.11 | 0.76 |
| HSL | 171.43º | 0.65% | 0.15% | - |
| HSV(B) | 171.43º | 0.79% | 0.24% | - |
| XYZ | 2.58 | 3.81 | 4.21 | - |
| YUV | 46.55 | 132.77 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 62 | 55 | 0.79 | 0 | 0.11 | 0.76 | 171.43 | 0.65 | 0.15 |
| Hex | D | 3E | 37 | 4F | 0 | B | 4C | AB | 41 | F |
| Octal | 15 | 76 | 67 | 117 | 0 | 13 | 114 | 253 | 101 | 17 |
| Binary | 1101 | 111110 | 110111 | 1001111 | 0 | 1011 | 1001100 | 10101011 | 1000001 | 1111 |
Color Harmonies of #0D3E37
Complementary color
Monochromatic Colors of #0D3E37
Black with #0D3E37
Text Example
Text Example
White with #0D3E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3E37; }
p { color: rgb(13,62,55); }
H1.HeaderClassName
{
color: #0D3E37;
}
.AnyTagClassName
{
color: #0D3E37;
}
</style>
background-color css
<style>
a { background-color: #0D3E37; }
a { background-color: rgb(13,62,55); }
div.DivClassName
{
background-color: #0D3E37;
}
.BgClassName
{
background-color: #0D3E37;
}
</style>
border-color css
<style>
span { border-color: #0D3E37; }
span { border-color: rgb(13,62,55); }
td.TdClassName
{
border-color: #0D3E37;
}
.TagClassName
{
border-color: #0D3E37;
}
</style>