Shades of Deep Teal #0D5243
Tints of Deep Teal #0D5243
RGB
CMYK
RGB Variations
Color information
#0D5243 (or 0x0D5243) is known color: Deep Teal. HEX triplet: 0D, 52 and 43. RGB value is (13,82,67). Sum of RGB (Red+Green+Blue) = 13+82+67=162 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.02% from 162); Green value is 82 (32.42% from 255 or 50.62% from 162); Blue value is 67 (26.56% from 255 or 41.36% from 162); Max value from RGB is 82 - color contains mainly: green. Hex color #0D5243 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5243 is #F2ADBC. Grayscale: #3B3B3B. Windows color (decimal): -15904189 or 4411917. OLE color: 4411917.
HSL color Cylindrical-coordinate representation of color #0D5243: hue angle of 166.96º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D5243 is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 13 | 82 | 67 | - |
| CMYK | 0.84 | 0 | 0.18 | 0.68 |
| HSL | 166.96º | 0.73% | 0.19% | - |
| HSV(B) | 166.96º | 0.84% | 0.32% | - |
| XYZ | 4.2 | 6.53 | 6.35 | - |
| YUV | 59.66 | 132.14 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 82 | 67 | 0.84 | 0 | 0.18 | 0.68 | 166.96 | 0.73 | 0.19 |
| Hex | D | 52 | 43 | 54 | 0 | 12 | 44 | A7 | 49 | 13 |
| Octal | 15 | 122 | 103 | 124 | 0 | 22 | 104 | 247 | 111 | 23 |
| Binary | 1101 | 1010010 | 1000011 | 1010100 | 0 | 10010 | 1000100 | 10100111 | 1001001 | 10011 |
Color Harmonies of #0D5243
Complementary color
Monochromatic Colors of #0D5243
Black with #0D5243
Text Example
Text Example
White with #0D5243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5243; }
p { color: rgb(13,82,67); }
H1.HeaderClassName
{
color: #0D5243;
}
.AnyTagClassName
{
color: #0D5243;
}
</style>
background-color css
<style>
a { background-color: #0D5243; }
a { background-color: rgb(13,82,67); }
div.DivClassName
{
background-color: #0D5243;
}
.BgClassName
{
background-color: #0D5243;
}
</style>
border-color css
<style>
span { border-color: #0D5243; }
span { border-color: rgb(13,82,67); }
td.TdClassName
{
border-color: #0D5243;
}
.TagClassName
{
border-color: #0D5243;
}
</style>