Shades of Teal #08798B
Tints of Teal #08798B
RGB
CMYK
RGB Variations
Color information
#08798B (or 0x08798B) is known color: Teal. HEX triplet: 08, 79 and 8B. RGB value is (8,121,139). Sum of RGB (Red+Green+Blue) = 8+121+139=268 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.99% from 268); Green value is 121 (47.66% from 255 or 45.15% from 268); Blue value is 139 (54.69% from 255 or 51.87% from 268); Max value from RGB is 139 - color contains mainly: blue. Hex color #08798B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08798B is #F78674. Grayscale: #595959. Windows color (decimal): -16221813 or 9140488. OLE color: 9140488.
HSL color Cylindrical-coordinate representation of color #08798B: hue angle of 188.24º 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 #08798B is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 121 | 139 | - |
| CMYK | 0.94 | 0.13 | 0 | 0.45 |
| HSL | 188.24º | 0.89% | 0.29% | - |
| HSV(B) | 188.24º | 0.94% | 0.55% | - |
| XYZ | 11.6 | 15.59 | 26.82 | - |
| YUV | 89.27 | 156.06 | 70.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 121 | 139 | 0.94 | 0.13 | 0 | 0.45 | 188.24 | 0.89 | 0.29 |
| Hex | 8 | 79 | 8B | 5E | D | 0 | 2D | BC | 59 | 1D |
| Octal | 10 | 171 | 213 | 136 | 15 | 0 | 55 | 274 | 131 | 35 |
| Binary | 1000 | 1111001 | 10001011 | 1011110 | 1101 | 0 | 101101 | 10111100 | 1011001 | 11101 |
Color Harmonies of #08798B
Complementary color
Monochromatic Colors of #08798B
Black with #08798B
Text Example
Text Example
White with #08798B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08798B; }
p { color: rgb(8,121,139); }
H1.HeaderClassName
{
color: #08798B;
}
.AnyTagClassName
{
color: #08798B;
}
</style>
background-color css
<style>
a { background-color: #08798B; }
a { background-color: rgb(8,121,139); }
div.DivClassName
{
background-color: #08798B;
}
.BgClassName
{
background-color: #08798B;
}
</style>
border-color css
<style>
span { border-color: #08798B; }
span { border-color: rgb(8,121,139); }
td.TdClassName
{
border-color: #08798B;
}
.TagClassName
{
border-color: #08798B;
}
</style>