Shades of Deep Teal #0D533F
Tints of Deep Teal #0D533F
RGB
CMYK
RGB Variations
Color information
#0D533F (or 0x0D533F) is known color: Deep Teal. HEX triplet: 0D, 53 and 3F. RGB value is (13,83,63). Sum of RGB (Red+Green+Blue) = 13+83+63=159 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.18% from 159); Green value is 83 (32.81% from 255 or 52.20% from 159); Blue value is 63 (25% from 255 or 39.62% from 159); Max value from RGB is 83 - color contains mainly: green. Hex color #0D533F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D533F is #F2ACC0. Grayscale: #3B3B3B. Windows color (decimal): -15903937 or 4150029. OLE color: 4150029.
HSL color Cylindrical-coordinate representation of color #0D533F: hue angle of 162.86º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D533F is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 13 | 83 | 63 | - |
| CMYK | 0.84 | 0 | 0.24 | 0.67 |
| HSL | 162.86º | 0.73% | 0.19% | - |
| HSV(B) | 162.86º | 0.84% | 0.33% | - |
| XYZ | 4.16 | 6.63 | 5.76 | - |
| YUV | 59.79 | 129.81 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 83 | 63 | 0.84 | 0 | 0.24 | 0.67 | 162.86 | 0.73 | 0.19 |
| Hex | D | 53 | 3F | 54 | 0 | 18 | 43 | A3 | 49 | 13 |
| Octal | 15 | 123 | 77 | 124 | 0 | 30 | 103 | 243 | 111 | 23 |
| Binary | 1101 | 1010011 | 111111 | 1010100 | 0 | 11000 | 1000011 | 10100011 | 1001001 | 10011 |
Color Harmonies of #0D533F
Complementary color
Monochromatic Colors of #0D533F
Black with #0D533F
Text Example
Text Example
White with #0D533F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D533F; }
p { color: rgb(13,83,63); }
H1.HeaderClassName
{
color: #0D533F;
}
.AnyTagClassName
{
color: #0D533F;
}
</style>
background-color css
<style>
a { background-color: #0D533F; }
a { background-color: rgb(13,83,63); }
div.DivClassName
{
background-color: #0D533F;
}
.BgClassName
{
background-color: #0D533F;
}
</style>
border-color css
<style>
span { border-color: #0D533F; }
span { border-color: rgb(13,83,63); }
td.TdClassName
{
border-color: #0D533F;
}
.TagClassName
{
border-color: #0D533F;
}
</style>