Shades of Teal #0D7487
Tints of Teal #0D7487
RGB
CMYK
RGB Variations
Color information
#0D7487 (or 0x0D7487) is known color: Teal. HEX triplet: 0D, 74 and 87. RGB value is (13,116,135). Sum of RGB (Red+Green+Blue) = 13+116+135=264 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.92% from 264); Green value is 116 (45.70% from 255 or 43.94% from 264); Blue value is 135 (53.12% from 255 or 51.14% from 264); Max value from RGB is 135 - color contains mainly: blue. Hex color #0D7487 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D7487 is #F28B78. Grayscale: #575757. Windows color (decimal): -15895417 or 8877069. OLE color: 8877069.
HSL color Cylindrical-coordinate representation of color #0D7487: hue angle of 189.34º 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 #0D7487 is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 13 | 116 | 135 | - |
| CMYK | 0.90 | 0.14 | 0 | 0.47 |
| HSL | 189.34º | 0.82% | 0.29% | - |
| HSV(B) | 189.34º | 0.9% | 0.53% | - |
| XYZ | 10.78 | 14.33 | 25.12 | - |
| YUV | 87.37 | 154.88 | 74.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 116 | 135 | 0.90 | 0.14 | 0 | 0.47 | 189.34 | 0.82 | 0.29 |
| Hex | D | 74 | 87 | 5A | E | 0 | 2F | BD | 52 | 1D |
| Octal | 15 | 164 | 207 | 132 | 16 | 0 | 57 | 275 | 122 | 35 |
| Binary | 1101 | 1110100 | 10000111 | 1011010 | 1110 | 0 | 101111 | 10111101 | 1010010 | 11101 |
Color Harmonies of #0D7487
Complementary color
Monochromatic Colors of #0D7487
Black with #0D7487
Text Example
Text Example
White with #0D7487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7487; }
p { color: rgb(13,116,135); }
H1.HeaderClassName
{
color: #0D7487;
}
.AnyTagClassName
{
color: #0D7487;
}
</style>
background-color css
<style>
a { background-color: #0D7487; }
a { background-color: rgb(13,116,135); }
div.DivClassName
{
background-color: #0D7487;
}
.BgClassName
{
background-color: #0D7487;
}
</style>
border-color css
<style>
span { border-color: #0D7487; }
span { border-color: rgb(13,116,135); }
td.TdClassName
{
border-color: #0D7487;
}
.TagClassName
{
border-color: #0D7487;
}
</style>