Shades of Deep Teal #0D543F
Tints of Deep Teal #0D543F
RGB
CMYK
RGB Variations
Color information
#0D543F (or 0x0D543F) is known color: Deep Teal. HEX triplet: 0D, 54 and 3F. RGB value is (13,84,63). Sum of RGB (Red+Green+Blue) = 13+84+63=160 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.12% from 160); Green value is 84 (33.20% from 255 or 52.5% from 160); Blue value is 63 (25% from 255 or 39.38% from 160); Max value from RGB is 84 - color contains mainly: green. Hex color #0D543F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D543F is #F2ABC0. Grayscale: #3C3C3C. Windows color (decimal): -15903681 or 4150285. OLE color: 4150285.
HSL color Cylindrical-coordinate representation of color #0D543F: hue angle of 162.25º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D543F is Cyan = 0.85, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 13 | 84 | 63 | - |
| CMYK | 0.85 | 0 | 0.25 | 0.67 |
| HSL | 162.25º | 0.73% | 0.19% | - |
| HSV(B) | 162.25º | 0.85% | 0.33% | - |
| XYZ | 4.23 | 6.79 | 5.79 | - |
| YUV | 60.38 | 129.48 | 94.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 84 | 63 | 0.85 | 0 | 0.25 | 0.67 | 162.25 | 0.73 | 0.19 |
| Hex | D | 54 | 3F | 55 | 0 | 19 | 43 | A2 | 49 | 13 |
| Octal | 15 | 124 | 77 | 125 | 0 | 31 | 103 | 242 | 111 | 23 |
| Binary | 1101 | 1010100 | 111111 | 1010101 | 0 | 11001 | 1000011 | 10100010 | 1001001 | 10011 |
Color Harmonies of #0D543F
Complementary color
Monochromatic Colors of #0D543F
Black with #0D543F
Text Example
Text Example
White with #0D543F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D543F; }
p { color: rgb(13,84,63); }
H1.HeaderClassName
{
color: #0D543F;
}
.AnyTagClassName
{
color: #0D543F;
}
</style>
background-color css
<style>
a { background-color: #0D543F; }
a { background-color: rgb(13,84,63); }
div.DivClassName
{
background-color: #0D543F;
}
.BgClassName
{
background-color: #0D543F;
}
</style>
border-color css
<style>
span { border-color: #0D543F; }
span { border-color: rgb(13,84,63); }
td.TdClassName
{
border-color: #0D543F;
}
.TagClassName
{
border-color: #0D543F;
}
</style>