Shades of Teal #08798D
Tints of Teal #08798D
RGB
CMYK
RGB Variations
Color information
#08798D (or 0x08798D) is known color: Teal. HEX triplet: 08, 79 and 8D. RGB value is (8,121,141). Sum of RGB (Red+Green+Blue) = 8+121+141=270 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.96% from 270); Green value is 121 (47.66% from 255 or 44.81% from 270); Blue value is 141 (55.47% from 255 or 52.22% from 270); Max value from RGB is 141 - color contains mainly: blue. Hex color #08798D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08798D is #F78672. Grayscale: #595959. Windows color (decimal): -16221811 or 9271560. OLE color: 9271560.
HSL color Cylindrical-coordinate representation of color #08798D: hue angle of 189.02º 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 #08798D is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 121 | 141 | - |
| CMYK | 0.94 | 0.14 | 0 | 0.45 |
| HSL | 189.02º | 0.89% | 0.29% | - |
| HSV(B) | 189.02º | 0.94% | 0.55% | - |
| XYZ | 11.75 | 15.65 | 27.6 | - |
| YUV | 89.49 | 157.06 | 69.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 121 | 141 | 0.94 | 0.14 | 0 | 0.45 | 189.02 | 0.89 | 0.29 |
| Hex | 8 | 79 | 8D | 5E | E | 0 | 2D | BD | 59 | 1D |
| Octal | 10 | 171 | 215 | 136 | 16 | 0 | 55 | 275 | 131 | 35 |
| Binary | 1000 | 1111001 | 10001101 | 1011110 | 1110 | 0 | 101101 | 10111101 | 1011001 | 11101 |
Color Harmonies of #08798D
Complementary color
Monochromatic Colors of #08798D
Black with #08798D
Text Example
Text Example
White with #08798D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08798D; }
p { color: rgb(8,121,141); }
H1.HeaderClassName
{
color: #08798D;
}
.AnyTagClassName
{
color: #08798D;
}
</style>
background-color css
<style>
a { background-color: #08798D; }
a { background-color: rgb(8,121,141); }
div.DivClassName
{
background-color: #08798D;
}
.BgClassName
{
background-color: #08798D;
}
</style>
border-color css
<style>
span { border-color: #08798D; }
span { border-color: rgb(8,121,141); }
td.TdClassName
{
border-color: #08798D;
}
.TagClassName
{
border-color: #08798D;
}
</style>