Shades of Teal #0D7682
Tints of Teal #0D7682
RGB
CMYK
RGB Variations
Color information
#0D7682 (or 0x0D7682) is known color: Teal. HEX triplet: 0D, 76 and 82. RGB value is (13,118,130). Sum of RGB (Red+Green+Blue) = 13+118+130=261 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.98% from 261); Green value is 118 (46.48% from 255 or 45.21% from 261); Blue value is 130 (51.17% from 255 or 49.81% from 261); Max value from RGB is 130 - color contains mainly: blue. Hex color #0D7682 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D7682 is #F2897D. Grayscale: #575757. Windows color (decimal): -15894910 or 8549901. OLE color: 8549901.
HSL color Cylindrical-coordinate representation of color #0D7682: hue angle of 186.15º 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 #0D7682 is Cyan = 0.9, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 13 | 118 | 130 | - |
| CMYK | 0.9 | 0.09 | 0 | 0.49 |
| HSL | 186.15º | 0.82% | 0.28% | - |
| HSV(B) | 186.15º | 0.9% | 0.51% | - |
| XYZ | 10.67 | 14.65 | 23.39 | - |
| YUV | 87.97 | 151.71 | 74.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 118 | 130 | 0.9 | 0.09 | 0 | 0.49 | 186.15 | 0.82 | 0.28 |
| Hex | D | 76 | 82 | 5A | 9 | 0 | 31 | BA | 52 | 1C |
| Octal | 15 | 166 | 202 | 132 | 11 | 0 | 61 | 272 | 122 | 34 |
| Binary | 1101 | 1110110 | 10000010 | 1011010 | 1001 | 0 | 110001 | 10111010 | 1010010 | 11100 |
Color Harmonies of #0D7682
Complementary color
Monochromatic Colors of #0D7682
Black with #0D7682
Text Example
Text Example
White with #0D7682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7682; }
p { color: rgb(13,118,130); }
H1.HeaderClassName
{
color: #0D7682;
}
.AnyTagClassName
{
color: #0D7682;
}
</style>
background-color css
<style>
a { background-color: #0D7682; }
a { background-color: rgb(13,118,130); }
div.DivClassName
{
background-color: #0D7682;
}
.BgClassName
{
background-color: #0D7682;
}
</style>
border-color css
<style>
span { border-color: #0D7682; }
span { border-color: rgb(13,118,130); }
td.TdClassName
{
border-color: #0D7682;
}
.TagClassName
{
border-color: #0D7682;
}
</style>