Shades of Teal #0D7C8B
Tints of Teal #0D7C8B
RGB
CMYK
RGB Variations
Color information
#0D7C8B (or 0x0D7C8B) is known color: Teal. HEX triplet: 0D, 7C and 8B. RGB value is (13,124,139). Sum of RGB (Red+Green+Blue) = 13+124+139=276 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.71% from 276); Green value is 124 (48.83% from 255 or 44.93% from 276); Blue value is 139 (54.69% from 255 or 50.36% from 276); Max value from RGB is 139 - color contains mainly: blue. Hex color #0D7C8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D7C8B is #F28374. Grayscale: #5C5C5C. Windows color (decimal): -15893365 or 9141261. OLE color: 9141261.
HSL color Cylindrical-coordinate representation of color #0D7C8B: hue angle of 187.14º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D7C8B is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 13 | 124 | 139 | - |
| CMYK | 0.91 | 0.11 | 0 | 0.45 |
| HSL | 187.14º | 0.83% | 0.3% | - |
| HSV(B) | 187.14º | 0.91% | 0.55% | - |
| XYZ | 12.03 | 16.36 | 26.95 | - |
| YUV | 92.52 | 154.23 | 71.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 124 | 139 | 0.91 | 0.11 | 0 | 0.45 | 187.14 | 0.83 | 0.3 |
| Hex | D | 7C | 8B | 5B | B | 0 | 2D | BB | 53 | 1E |
| Octal | 15 | 174 | 213 | 133 | 13 | 0 | 55 | 273 | 123 | 36 |
| Binary | 1101 | 1111100 | 10001011 | 1011011 | 1011 | 0 | 101101 | 10111011 | 1010011 | 11110 |
Color Harmonies of #0D7C8B
Complementary color
Monochromatic Colors of #0D7C8B
Black with #0D7C8B
Text Example
Text Example
White with #0D7C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7C8B; }
p { color: rgb(13,124,139); }
H1.HeaderClassName
{
color: #0D7C8B;
}
.AnyTagClassName
{
color: #0D7C8B;
}
</style>
background-color css
<style>
a { background-color: #0D7C8B; }
a { background-color: rgb(13,124,139); }
div.DivClassName
{
background-color: #0D7C8B;
}
.BgClassName
{
background-color: #0D7C8B;
}
</style>
border-color css
<style>
span { border-color: #0D7C8B; }
span { border-color: rgb(13,124,139); }
td.TdClassName
{
border-color: #0D7C8B;
}
.TagClassName
{
border-color: #0D7C8B;
}
</style>