Shades of Teal #08847A
Tints of Teal #08847A
RGB
CMYK
RGB Variations
Color information
#08847A (or 0x08847A) is known color: Teal. HEX triplet: 08, 84 and 7A. RGB value is (8,132,122). Sum of RGB (Red+Green+Blue) = 8+132+122=262 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.05% from 262); Green value is 132 (51.95% from 255 or 50.38% from 262); Blue value is 122 (48.05% from 255 or 46.56% from 262); Max value from RGB is 132 - color contains mainly: green. Hex color #08847A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08847A is #F77B85. Grayscale: #5D5D5D. Windows color (decimal): -16219014 or 8029192. OLE color: 8029192.
HSL color Cylindrical-coordinate representation of color #08847A: hue angle of 175.16º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08847A is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 8 | 132 | 122 | - |
| CMYK | 0.94 | 0 | 0.08 | 0.48 |
| HSL | 175.16º | 0.89% | 0.27% | - |
| HSV(B) | 175.16º | 0.94% | 0.52% | - |
| XYZ | 11.86 | 17.96 | 21.25 | - |
| YUV | 93.78 | 143.92 | 66.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 132 | 122 | 0.94 | 0 | 0.08 | 0.48 | 175.16 | 0.89 | 0.27 |
| Hex | 8 | 84 | 7A | 5E | 0 | 8 | 30 | AF | 59 | 1B |
| Octal | 10 | 204 | 172 | 136 | 0 | 10 | 60 | 257 | 131 | 33 |
| Binary | 1000 | 10000100 | 1111010 | 1011110 | 0 | 1000 | 110000 | 10101111 | 1011001 | 11011 |
Color Harmonies of #08847A
Complementary color
Monochromatic Colors of #08847A
Black with #08847A
Text Example
Text Example
White with #08847A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08847A; }
p { color: rgb(8,132,122); }
H1.HeaderClassName
{
color: #08847A;
}
.AnyTagClassName
{
color: #08847A;
}
</style>
background-color css
<style>
a { background-color: #08847A; }
a { background-color: rgb(8,132,122); }
div.DivClassName
{
background-color: #08847A;
}
.BgClassName
{
background-color: #08847A;
}
</style>
border-color css
<style>
span { border-color: #08847A; }
span { border-color: rgb(8,132,122); }
td.TdClassName
{
border-color: #08847A;
}
.TagClassName
{
border-color: #08847A;
}
</style>