Shades of Teal #0D857D
Tints of Teal #0D857D
RGB
CMYK
RGB Variations
Color information
#0D857D (or 0x0D857D) is known color: Teal. HEX triplet: 0D, 85 and 7D. RGB value is (13,133,125). Sum of RGB (Red+Green+Blue) = 13+133+125=271 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.80% from 271); Green value is 133 (52.34% from 255 or 49.08% from 271); Blue value is 125 (49.22% from 255 or 46.13% from 271); Max value from RGB is 133 - color contains mainly: green. Hex color #0D857D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D857D is #F27A82. Grayscale: #606060. Windows color (decimal): -15891075 or 8226061. OLE color: 8226061.
HSL color Cylindrical-coordinate representation of color #0D857D: hue angle of 176º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D857D is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 13 | 133 | 125 | - |
| CMYK | 0.90 | 0 | 0.06 | 0.48 |
| HSL | 176º | 0.82% | 0.29% | - |
| HSV(B) | 176º | 0.9% | 0.52% | - |
| XYZ | 12.26 | 18.34 | 22.3 | - |
| YUV | 96.21 | 144.24 | 68.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 133 | 125 | 0.90 | 0 | 0.06 | 0.48 | 176 | 0.82 | 0.29 |
| Hex | D | 85 | 7D | 5A | 0 | 6 | 30 | B0 | 52 | 1D |
| Octal | 15 | 205 | 175 | 132 | 0 | 6 | 60 | 260 | 122 | 35 |
| Binary | 1101 | 10000101 | 1111101 | 1011010 | 0 | 110 | 110000 | 10110000 | 1010010 | 11101 |
Color Harmonies of #0D857D
Complementary color
Monochromatic Colors of #0D857D
Black with #0D857D
Text Example
Text Example
White with #0D857D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D857D; }
p { color: rgb(13,133,125); }
H1.HeaderClassName
{
color: #0D857D;
}
.AnyTagClassName
{
color: #0D857D;
}
</style>
background-color css
<style>
a { background-color: #0D857D; }
a { background-color: rgb(13,133,125); }
div.DivClassName
{
background-color: #0D857D;
}
.BgClassName
{
background-color: #0D857D;
}
</style>
border-color css
<style>
span { border-color: #0D857D; }
span { border-color: rgb(13,133,125); }
td.TdClassName
{
border-color: #0D857D;
}
.TagClassName
{
border-color: #0D857D;
}
</style>