Shades of Teal #08788E
Tints of Teal #08788E
RGB
CMYK
RGB Variations
Color information
#08788E (or 0x08788E) is known color: Teal. HEX triplet: 08, 78 and 8E. RGB value is (8,120,142). Sum of RGB (Red+Green+Blue) = 8+120+142=270 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.96% from 270); Green value is 120 (47.27% from 255 or 44.44% from 270); Blue value is 142 (55.86% from 255 or 52.59% from 270); Max value from RGB is 142 - color contains mainly: blue. Hex color #08788E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08788E is #F78771. Grayscale: #585858. Windows color (decimal): -16222066 or 9336840. OLE color: 9336840.
HSL color Cylindrical-coordinate representation of color #08788E: hue angle of 189.85º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08788E is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 120 | 142 | - |
| CMYK | 0.94 | 0.15 | 0 | 0.44 |
| HSL | 189.85º | 0.89% | 0.29% | - |
| HSV(B) | 189.85º | 0.94% | 0.56% | - |
| XYZ | 11.7 | 15.44 | 27.95 | - |
| YUV | 89.02 | 157.89 | 70.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 120 | 142 | 0.94 | 0.15 | 0 | 0.44 | 189.85 | 0.89 | 0.29 |
| Hex | 8 | 78 | 8E | 5E | F | 0 | 2C | BE | 59 | 1D |
| Octal | 10 | 170 | 216 | 136 | 17 | 0 | 54 | 276 | 131 | 35 |
| Binary | 1000 | 1111000 | 10001110 | 1011110 | 1111 | 0 | 101100 | 10111110 | 1011001 | 11101 |
Color Harmonies of #08788E
Complementary color
Monochromatic Colors of #08788E
Black with #08788E
Text Example
Text Example
White with #08788E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08788E; }
p { color: rgb(8,120,142); }
H1.HeaderClassName
{
color: #08788E;
}
.AnyTagClassName
{
color: #08788E;
}
</style>
background-color css
<style>
a { background-color: #08788E; }
a { background-color: rgb(8,120,142); }
div.DivClassName
{
background-color: #08788E;
}
.BgClassName
{
background-color: #08788E;
}
</style>
border-color css
<style>
span { border-color: #08788E; }
span { border-color: rgb(8,120,142); }
td.TdClassName
{
border-color: #08788E;
}
.TagClassName
{
border-color: #08788E;
}
</style>