Shades of Teal #08887D
Tints of Teal #08887D
RGB
CMYK
RGB Variations
Color information
#08887D (or 0x08887D) is known color: Teal. HEX triplet: 08, 88 and 7D. RGB value is (8,136,125). Sum of RGB (Red+Green+Blue) = 8+136+125=269 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.97% from 269); Green value is 136 (53.52% from 255 or 50.56% from 269); Blue value is 125 (49.22% from 255 or 46.47% from 269); Max value from RGB is 136 - color contains mainly: green. Hex color #08887D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08887D is #F77782. Grayscale: #606060. Windows color (decimal): -16217987 or 8226824. OLE color: 8226824.
HSL color Cylindrical-coordinate representation of color #08887D: hue angle of 174.84º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08887D is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 136 | 125 | - |
| CMYK | 0.94 | 0 | 0.08 | 0.47 |
| HSL | 174.84º | 0.89% | 0.28% | - |
| HSV(B) | 174.84º | 0.94% | 0.53% | - |
| XYZ | 12.61 | 19.14 | 22.43 | - |
| YUV | 96.47 | 144.09 | 64.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 136 | 125 | 0.94 | 0 | 0.08 | 0.47 | 174.84 | 0.89 | 0.28 |
| Hex | 8 | 88 | 7D | 5E | 0 | 8 | 2F | AF | 59 | 1C |
| Octal | 10 | 210 | 175 | 136 | 0 | 10 | 57 | 257 | 131 | 34 |
| Binary | 1000 | 10001000 | 1111101 | 1011110 | 0 | 1000 | 101111 | 10101111 | 1011001 | 11100 |
Color Harmonies of #08887D
Complementary color
Monochromatic Colors of #08887D
Black with #08887D
Text Example
Text Example
White with #08887D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08887D; }
p { color: rgb(8,136,125); }
H1.HeaderClassName
{
color: #08887D;
}
.AnyTagClassName
{
color: #08887D;
}
</style>
background-color css
<style>
a { background-color: #08887D; }
a { background-color: rgb(8,136,125); }
div.DivClassName
{
background-color: #08887D;
}
.BgClassName
{
background-color: #08887D;
}
</style>
border-color css
<style>
span { border-color: #08887D; }
span { border-color: rgb(8,136,125); }
td.TdClassName
{
border-color: #08887D;
}
.TagClassName
{
border-color: #08887D;
}
</style>