Shades of Teal #08718D
Tints of Teal #08718D
RGB
CMYK
RGB Variations
Color information
#08718D (or 0x08718D) is known color: Teal. HEX triplet: 08, 71 and 8D. RGB value is (8,113,141). Sum of RGB (Red+Green+Blue) = 8+113+141=262 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.05% from 262); Green value is 113 (44.53% from 255 or 43.13% from 262); Blue value is 141 (55.47% from 255 or 53.82% from 262); Max value from RGB is 141 - color contains mainly: blue. Hex color #08718D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08718D is #F78E72. Grayscale: #545454. Windows color (decimal): -16223859 or 9269512. OLE color: 9269512.
HSL color Cylindrical-coordinate representation of color #08718D: hue angle of 192.63º 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 #08718D is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 113 | 141 | - |
| CMYK | 0.94 | 0.20 | 0 | 0.45 |
| HSL | 192.63º | 0.89% | 0.29% | - |
| HSV(B) | 192.63º | 0.94% | 0.55% | - |
| XYZ | 10.81 | 13.78 | 27.29 | - |
| YUV | 84.8 | 159.71 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 113 | 141 | 0.94 | 0.20 | 0 | 0.45 | 192.63 | 0.89 | 0.29 |
| Hex | 8 | 71 | 8D | 5E | 14 | 0 | 2D | C1 | 59 | 1D |
| Octal | 10 | 161 | 215 | 136 | 24 | 0 | 55 | 301 | 131 | 35 |
| Binary | 1000 | 1110001 | 10001101 | 1011110 | 10100 | 0 | 101101 | 11000001 | 1011001 | 11101 |
Color Harmonies of #08718D
Complementary color
Monochromatic Colors of #08718D
Black with #08718D
Text Example
Text Example
White with #08718D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08718D; }
p { color: rgb(8,113,141); }
H1.HeaderClassName
{
color: #08718D;
}
.AnyTagClassName
{
color: #08718D;
}
</style>
background-color css
<style>
a { background-color: #08718D; }
a { background-color: rgb(8,113,141); }
div.DivClassName
{
background-color: #08718D;
}
.BgClassName
{
background-color: #08718D;
}
</style>
border-color css
<style>
span { border-color: #08718D; }
span { border-color: rgb(8,113,141); }
td.TdClassName
{
border-color: #08718D;
}
.TagClassName
{
border-color: #08718D;
}
</style>