Shades of Teal #0D7C85
Tints of Teal #0D7C85
RGB
CMYK
RGB Variations
Color information
#0D7C85 (or 0x0D7C85) is known color: Teal. HEX triplet: 0D, 7C and 85. RGB value is (13,124,133). Sum of RGB (Red+Green+Blue) = 13+124+133=270 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.81% from 270); Green value is 124 (48.83% from 255 or 45.93% from 270); Blue value is 133 (52.34% from 255 or 49.26% from 270); Max value from RGB is 133 - color contains mainly: blue. Hex color #0D7C85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D7C85 is #F2837A. Grayscale: #5B5B5B. Windows color (decimal): -15893371 or 8748045. OLE color: 8748045.
HSL color Cylindrical-coordinate representation of color #0D7C85: hue angle of 184.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D7C85 is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 13 | 124 | 133 | - |
| CMYK | 0.90 | 0.07 | 0 | 0.48 |
| HSL | 184.5º | 0.82% | 0.29% | - |
| HSV(B) | 184.5º | 0.9% | 0.52% | - |
| XYZ | 11.61 | 16.19 | 24.7 | - |
| YUV | 91.84 | 151.23 | 71.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 124 | 133 | 0.90 | 0.07 | 0 | 0.48 | 184.5 | 0.82 | 0.29 |
| Hex | D | 7C | 85 | 5A | 7 | 0 | 30 | B8 | 52 | 1D |
| Octal | 15 | 174 | 205 | 132 | 7 | 0 | 60 | 270 | 122 | 35 |
| Binary | 1101 | 1111100 | 10000101 | 1011010 | 111 | 0 | 110000 | 10111000 | 1010010 | 11101 |
Color Harmonies of #0D7C85
Complementary color
Monochromatic Colors of #0D7C85
Black with #0D7C85
Text Example
Text Example
White with #0D7C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7C85; }
p { color: rgb(13,124,133); }
H1.HeaderClassName
{
color: #0D7C85;
}
.AnyTagClassName
{
color: #0D7C85;
}
</style>
background-color css
<style>
a { background-color: #0D7C85; }
a { background-color: rgb(13,124,133); }
div.DivClassName
{
background-color: #0D7C85;
}
.BgClassName
{
background-color: #0D7C85;
}
</style>
border-color css
<style>
span { border-color: #0D7C85; }
span { border-color: rgb(13,124,133); }
td.TdClassName
{
border-color: #0D7C85;
}
.TagClassName
{
border-color: #0D7C85;
}
</style>