Shades of Teal #0D867F
Tints of Teal #0D867F
RGB
CMYK
RGB Variations
Color information
#0D867F (or 0x0D867F) is known color: Teal. HEX triplet: 0D, 86 and 7F. RGB value is (13,134,127). Sum of RGB (Red+Green+Blue) = 13+134+127=274 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.74% from 274); Green value is 134 (52.73% from 255 or 48.91% from 274); Blue value is 127 (50% from 255 or 46.35% from 274); Max value from RGB is 134 - color contains mainly: green. Hex color #0D867F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D867F is #F27980. Grayscale: #606060. Windows color (decimal): -15890817 or 8357389. OLE color: 8357389.
HSL color Cylindrical-coordinate representation of color #0D867F: hue angle of 176.53º 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 #0D867F is Cyan = 0.90, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 13 | 134 | 127 | - |
| CMYK | 0.90 | 0 | 0.05 | 0.47 |
| HSL | 176.53º | 0.82% | 0.29% | - |
| HSV(B) | 176.53º | 0.9% | 0.53% | - |
| XYZ | 12.52 | 18.67 | 23.02 | - |
| YUV | 97.02 | 144.91 | 68.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 134 | 127 | 0.90 | 0 | 0.05 | 0.47 | 176.53 | 0.82 | 0.29 |
| Hex | D | 86 | 7F | 5A | 0 | 5 | 2F | B1 | 52 | 1D |
| Octal | 15 | 206 | 177 | 132 | 0 | 5 | 57 | 261 | 122 | 35 |
| Binary | 1101 | 10000110 | 1111111 | 1011010 | 0 | 101 | 101111 | 10110001 | 1010010 | 11101 |
Color Harmonies of #0D867F
Complementary color
Monochromatic Colors of #0D867F
Black with #0D867F
Text Example
Text Example
White with #0D867F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D867F; }
p { color: rgb(13,134,127); }
H1.HeaderClassName
{
color: #0D867F;
}
.AnyTagClassName
{
color: #0D867F;
}
</style>
background-color css
<style>
a { background-color: #0D867F; }
a { background-color: rgb(13,134,127); }
div.DivClassName
{
background-color: #0D867F;
}
.BgClassName
{
background-color: #0D867F;
}
</style>
border-color css
<style>
span { border-color: #0D867F; }
span { border-color: rgb(13,134,127); }
td.TdClassName
{
border-color: #0D867F;
}
.TagClassName
{
border-color: #0D867F;
}
</style>