Shades of Teal #0D817C
Tints of Teal #0D817C
RGB
CMYK
RGB Variations
Color information
#0D817C (or 0x0D817C) is known color: Teal. HEX triplet: 0D, 81 and 7C. RGB value is (13,129,124). Sum of RGB (Red+Green+Blue) = 13+129+124=266 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.89% from 266); Green value is 129 (50.78% from 255 or 48.50% from 266); Blue value is 124 (48.83% from 255 or 46.62% from 266); Max value from RGB is 129 - color contains mainly: green. Hex color #0D817C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D817C is #F27E83. Grayscale: #5D5D5D. Windows color (decimal): -15892100 or 8159501. OLE color: 8159501.
HSL color Cylindrical-coordinate representation of color #0D817C: hue angle of 177.41º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D817C is Cyan = 0.90, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 13 | 129 | 124 | - |
| CMYK | 0.90 | 0 | 0.04 | 0.49 |
| HSL | 177.41º | 0.82% | 0.28% | - |
| HSV(B) | 177.41º | 0.9% | 0.51% | - |
| XYZ | 11.65 | 17.24 | 21.78 | - |
| YUV | 93.75 | 145.07 | 70.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 129 | 124 | 0.90 | 0 | 0.04 | 0.49 | 177.41 | 0.82 | 0.28 |
| Hex | D | 81 | 7C | 5A | 0 | 4 | 31 | B1 | 52 | 1C |
| Octal | 15 | 201 | 174 | 132 | 0 | 4 | 61 | 261 | 122 | 34 |
| Binary | 1101 | 10000001 | 1111100 | 1011010 | 0 | 100 | 110001 | 10110001 | 1010010 | 11100 |
Color Harmonies of #0D817C
Complementary color
Monochromatic Colors of #0D817C
Black with #0D817C
Text Example
Text Example
White with #0D817C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D817C; }
p { color: rgb(13,129,124); }
H1.HeaderClassName
{
color: #0D817C;
}
.AnyTagClassName
{
color: #0D817C;
}
</style>
background-color css
<style>
a { background-color: #0D817C; }
a { background-color: rgb(13,129,124); }
div.DivClassName
{
background-color: #0D817C;
}
.BgClassName
{
background-color: #0D817C;
}
</style>
border-color css
<style>
span { border-color: #0D817C; }
span { border-color: rgb(13,129,124); }
td.TdClassName
{
border-color: #0D817C;
}
.TagClassName
{
border-color: #0D817C;
}
</style>