Shades of Teal #0D867B
Tints of Teal #0D867B
RGB
CMYK
RGB Variations
Color information
#0D867B (or 0x0D867B) is known color: Teal. HEX triplet: 0D, 86 and 7B. RGB value is (13,134,123). Sum of RGB (Red+Green+Blue) = 13+134+123=270 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.81% from 270); Green value is 134 (52.73% from 255 or 49.63% from 270); Blue value is 123 (48.44% from 255 or 45.56% from 270); Max value from RGB is 134 - color contains mainly: green. Hex color #0D867B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D867B is #F27984. Grayscale: #606060. Windows color (decimal): -15890821 or 8095245. OLE color: 8095245.
HSL color Cylindrical-coordinate representation of color #0D867B: hue angle of 174.55º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D867B is Cyan = 0.90, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 13 | 134 | 123 | - |
| CMYK | 0.90 | 0 | 0.08 | 0.47 |
| HSL | 174.55º | 0.82% | 0.29% | - |
| HSV(B) | 174.55º | 0.9% | 0.53% | - |
| XYZ | 12.27 | 18.57 | 21.68 | - |
| YUV | 96.57 | 142.91 | 68.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 134 | 123 | 0.90 | 0 | 0.08 | 0.47 | 174.55 | 0.82 | 0.29 |
| Hex | D | 86 | 7B | 5A | 0 | 8 | 2F | AF | 52 | 1D |
| Octal | 15 | 206 | 173 | 132 | 0 | 10 | 57 | 257 | 122 | 35 |
| Binary | 1101 | 10000110 | 1111011 | 1011010 | 0 | 1000 | 101111 | 10101111 | 1010010 | 11101 |
Color Harmonies of #0D867B
Complementary color
Monochromatic Colors of #0D867B
Black with #0D867B
Text Example
Text Example
White with #0D867B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D867B; }
p { color: rgb(13,134,123); }
H1.HeaderClassName
{
color: #0D867B;
}
.AnyTagClassName
{
color: #0D867B;
}
</style>
background-color css
<style>
a { background-color: #0D867B; }
a { background-color: rgb(13,134,123); }
div.DivClassName
{
background-color: #0D867B;
}
.BgClassName
{
background-color: #0D867B;
}
</style>
border-color css
<style>
span { border-color: #0D867B; }
span { border-color: rgb(13,134,123); }
td.TdClassName
{
border-color: #0D867B;
}
.TagClassName
{
border-color: #0D867B;
}
</style>