Shades of Teal #08708A
Tints of Teal #08708A
RGB
CMYK
RGB Variations
Color information
#08708A (or 0x08708A) is known color: Teal. HEX triplet: 08, 70 and 8A. RGB value is (8,112,138). Sum of RGB (Red+Green+Blue) = 8+112+138=258 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.10% from 258); Green value is 112 (44.14% from 255 or 43.41% from 258); Blue value is 138 (54.30% from 255 or 53.49% from 258); Max value from RGB is 138 - color contains mainly: blue. Hex color #08708A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08708A is #F78F75. Grayscale: #535353. Windows color (decimal): -16224118 or 9072648. OLE color: 9072648.
HSL color Cylindrical-coordinate representation of color #08708A: hue angle of 192º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08708A is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 8 | 112 | 138 | - |
| CMYK | 0.94 | 0.19 | 0 | 0.46 |
| HSL | 192º | 0.89% | 0.29% | - |
| HSV(B) | 192º | 0.94% | 0.54% | - |
| XYZ | 10.48 | 13.47 | 26.09 | - |
| YUV | 83.87 | 158.54 | 73.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 112 | 138 | 0.94 | 0.19 | 0 | 0.46 | 192 | 0.89 | 0.29 |
| Hex | 8 | 70 | 8A | 5E | 13 | 0 | 2E | C0 | 59 | 1D |
| Octal | 10 | 160 | 212 | 136 | 23 | 0 | 56 | 300 | 131 | 35 |
| Binary | 1000 | 1110000 | 10001010 | 1011110 | 10011 | 0 | 101110 | 11000000 | 1011001 | 11101 |
Color Harmonies of #08708A
Complementary color
Monochromatic Colors of #08708A
Black with #08708A
Text Example
Text Example
White with #08708A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08708A; }
p { color: rgb(8,112,138); }
H1.HeaderClassName
{
color: #08708A;
}
.AnyTagClassName
{
color: #08708A;
}
</style>
background-color css
<style>
a { background-color: #08708A; }
a { background-color: rgb(8,112,138); }
div.DivClassName
{
background-color: #08708A;
}
.BgClassName
{
background-color: #08708A;
}
</style>
border-color css
<style>
span { border-color: #08708A; }
span { border-color: rgb(8,112,138); }
td.TdClassName
{
border-color: #08708A;
}
.TagClassName
{
border-color: #08708A;
}
</style>