Shades of Teal #08718C
Tints of Teal #08718C
RGB
CMYK
RGB Variations
Color information
#08718C (or 0x08718C) is known color: Teal. HEX triplet: 08, 71 and 8C. RGB value is (8,113,140). Sum of RGB (Red+Green+Blue) = 8+113+140=261 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.07% from 261); Green value is 113 (44.53% from 255 or 43.30% from 261); Blue value is 140 (55.08% from 255 or 53.64% from 261); Max value from RGB is 140 - color contains mainly: blue. Hex color #08718C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08718C is #F78E73. Grayscale: #545454. Windows color (decimal): -16223860 or 9203976. OLE color: 9203976.
HSL color Cylindrical-coordinate representation of color #08718C: hue angle of 192.27º 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 #08718C is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 113 | 140 | - |
| CMYK | 0.94 | 0.19 | 0 | 0.45 |
| HSL | 192.27º | 0.89% | 0.29% | - |
| HSV(B) | 192.27º | 0.94% | 0.55% | - |
| XYZ | 10.74 | 13.76 | 26.9 | - |
| YUV | 84.68 | 159.21 | 73.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 113 | 140 | 0.94 | 0.19 | 0 | 0.45 | 192.27 | 0.89 | 0.29 |
| Hex | 8 | 71 | 8C | 5E | 13 | 0 | 2D | C0 | 59 | 1D |
| Octal | 10 | 161 | 214 | 136 | 23 | 0 | 55 | 300 | 131 | 35 |
| Binary | 1000 | 1110001 | 10001100 | 1011110 | 10011 | 0 | 101101 | 11000000 | 1011001 | 11101 |
Color Harmonies of #08718C
Complementary color
Monochromatic Colors of #08718C
Black with #08718C
Text Example
Text Example
White with #08718C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08718C; }
p { color: rgb(8,113,140); }
H1.HeaderClassName
{
color: #08718C;
}
.AnyTagClassName
{
color: #08718C;
}
</style>
background-color css
<style>
a { background-color: #08718C; }
a { background-color: rgb(8,113,140); }
div.DivClassName
{
background-color: #08718C;
}
.BgClassName
{
background-color: #08718C;
}
</style>
border-color css
<style>
span { border-color: #08718C; }
span { border-color: rgb(8,113,140); }
td.TdClassName
{
border-color: #08718C;
}
.TagClassName
{
border-color: #08718C;
}
</style>