Shades of Teal #08708C
Tints of Teal #08708C
RGB
CMYK
RGB Variations
Color information
#08708C (or 0x08708C) is known color: Teal. HEX triplet: 08, 70 and 8C. RGB value is (8,112,140). Sum of RGB (Red+Green+Blue) = 8+112+140=260 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.08% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 140 (55.08% from 255 or 53.85% from 260); Max value from RGB is 140 - color contains mainly: blue. Hex color #08708C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08708C is #F78F73. Grayscale: #535353. Windows color (decimal): -16224116 or 9203720. OLE color: 9203720.
HSL color Cylindrical-coordinate representation of color #08708C: hue angle of 192.73º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08708C is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 112 | 140 | - |
| CMYK | 0.94 | 0.20 | 0 | 0.45 |
| HSL | 192.73º | 0.89% | 0.29% | - |
| HSV(B) | 192.73º | 0.94% | 0.55% | - |
| XYZ | 10.63 | 13.53 | 26.86 | - |
| YUV | 84.1 | 159.54 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 112 | 140 | 0.94 | 0.20 | 0 | 0.45 | 192.73 | 0.89 | 0.29 |
| Hex | 8 | 70 | 8C | 5E | 14 | 0 | 2D | C1 | 59 | 1D |
| Octal | 10 | 160 | 214 | 136 | 24 | 0 | 55 | 301 | 131 | 35 |
| Binary | 1000 | 1110000 | 10001100 | 1011110 | 10100 | 0 | 101101 | 11000001 | 1011001 | 11101 |
Color Harmonies of #08708C
Complementary color
Monochromatic Colors of #08708C
Black with #08708C
Text Example
Text Example
White with #08708C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08708C; }
p { color: rgb(8,112,140); }
H1.HeaderClassName
{
color: #08708C;
}
.AnyTagClassName
{
color: #08708C;
}
</style>
background-color css
<style>
a { background-color: #08708C; }
a { background-color: rgb(8,112,140); }
div.DivClassName
{
background-color: #08708C;
}
.BgClassName
{
background-color: #08708C;
}
</style>
border-color css
<style>
span { border-color: #08708C; }
span { border-color: rgb(8,112,140); }
td.TdClassName
{
border-color: #08708C;
}
.TagClassName
{
border-color: #08708C;
}
</style>