Shades of Teal #0D8981
Tints of Teal #0D8981
RGB
CMYK
RGB Variations
Color information
#0D8981 (or 0x0D8981) is known color: Teal. HEX triplet: 0D, 89 and 81. RGB value is (13,137,129). Sum of RGB (Red+Green+Blue) = 13+137+129=279 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.66% from 279); Green value is 137 (53.91% from 255 or 49.10% from 279); Blue value is 129 (50.78% from 255 or 46.24% from 279); Max value from RGB is 137 - color contains mainly: green. Hex color #0D8981 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8981 is #F2767E. Grayscale: #626262. Windows color (decimal): -15890047 or 8489229. OLE color: 8489229.
HSL color Cylindrical-coordinate representation of color #0D8981: hue angle of 176.13º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8981 is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 13 | 137 | 129 | - |
| CMYK | 0.91 | 0 | 0.06 | 0.46 |
| HSL | 176.13º | 0.83% | 0.29% | - |
| HSV(B) | 176.13º | 0.91% | 0.54% | - |
| XYZ | 13.07 | 19.56 | 23.86 | - |
| YUV | 99.01 | 144.92 | 66.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 137 | 129 | 0.91 | 0 | 0.06 | 0.46 | 176.13 | 0.83 | 0.29 |
| Hex | D | 89 | 81 | 5B | 0 | 6 | 2E | B0 | 53 | 1D |
| Octal | 15 | 211 | 201 | 133 | 0 | 6 | 56 | 260 | 123 | 35 |
| Binary | 1101 | 10001001 | 10000001 | 1011011 | 0 | 110 | 101110 | 10110000 | 1010011 | 11101 |
Color Harmonies of #0D8981
Complementary color
Monochromatic Colors of #0D8981
Black with #0D8981
Text Example
Text Example
White with #0D8981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8981; }
p { color: rgb(13,137,129); }
H1.HeaderClassName
{
color: #0D8981;
}
.AnyTagClassName
{
color: #0D8981;
}
</style>
background-color css
<style>
a { background-color: #0D8981; }
a { background-color: rgb(13,137,129); }
div.DivClassName
{
background-color: #0D8981;
}
.BgClassName
{
background-color: #0D8981;
}
</style>
border-color css
<style>
span { border-color: #0D8981; }
span { border-color: rgb(13,137,129); }
td.TdClassName
{
border-color: #0D8981;
}
.TagClassName
{
border-color: #0D8981;
}
</style>