Shades of Deep Teal #0D483B
Tints of Deep Teal #0D483B
RGB
CMYK
RGB Variations
Color information
#0D483B (or 0x0D483B) is known color: Deep Teal. HEX triplet: 0D, 48 and 3B. RGB value is (13,72,59). Sum of RGB (Red+Green+Blue) = 13+72+59=144 (19% of max value = 765). Red value is 13 (5.47% from 255 or 9.03% from 144); Green value is 72 (28.52% from 255 or 50% from 144); Blue value is 59 (23.44% from 255 or 40.97% from 144); Max value from RGB is 72 - color contains mainly: green. Hex color #0D483B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D483B is #F2B7C4. Grayscale: #343434. Windows color (decimal): -15906757 or 3885069. OLE color: 3885069.
HSL color Cylindrical-coordinate representation of color #0D483B: hue angle of 166.78º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D483B is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 13 | 72 | 59 | - |
| CMYK | 0.82 | 0 | 0.18 | 0.72 |
| HSL | 166.78º | 0.69% | 0.17% | - |
| HSV(B) | 166.78º | 0.82% | 0.28% | - |
| XYZ | 3.27 | 5.04 | 4.94 | - |
| YUV | 52.88 | 131.45 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 72 | 59 | 0.82 | 0 | 0.18 | 0.72 | 166.78 | 0.69 | 0.17 |
| Hex | D | 48 | 3B | 52 | 0 | 12 | 48 | A7 | 45 | 11 |
| Octal | 15 | 110 | 73 | 122 | 0 | 22 | 110 | 247 | 105 | 21 |
| Binary | 1101 | 1001000 | 111011 | 1010010 | 0 | 10010 | 1001000 | 10100111 | 1000101 | 10001 |
Color Harmonies of #0D483B
Complementary color
Monochromatic Colors of #0D483B
Black with #0D483B
Text Example
Text Example
White with #0D483B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D483B; }
p { color: rgb(13,72,59); }
H1.HeaderClassName
{
color: #0D483B;
}
.AnyTagClassName
{
color: #0D483B;
}
</style>
background-color css
<style>
a { background-color: #0D483B; }
a { background-color: rgb(13,72,59); }
div.DivClassName
{
background-color: #0D483B;
}
.BgClassName
{
background-color: #0D483B;
}
</style>
border-color css
<style>
span { border-color: #0D483B; }
span { border-color: rgb(13,72,59); }
td.TdClassName
{
border-color: #0D483B;
}
.TagClassName
{
border-color: #0D483B;
}
</style>