Shades of Teal #08887C
Tints of Teal #08887C
RGB
CMYK
RGB Variations
Color information
#08887C (or 0x08887C) is known color: Teal. HEX triplet: 08, 88 and 7C. RGB value is (8,136,124). Sum of RGB (Red+Green+Blue) = 8+136+124=268 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.99% from 268); Green value is 136 (53.52% from 255 or 50.75% from 268); Blue value is 124 (48.83% from 255 or 46.27% from 268); Max value from RGB is 136 - color contains mainly: green. Hex color #08887C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08887C is #F77783. Grayscale: #606060. Windows color (decimal): -16217988 or 8161288. OLE color: 8161288.
HSL color Cylindrical-coordinate representation of color #08887C: hue angle of 174.38º 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 #08887C is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 136 | 124 | - |
| CMYK | 0.94 | 0 | 0.09 | 0.47 |
| HSL | 174.38º | 0.89% | 0.28% | - |
| HSV(B) | 174.38º | 0.94% | 0.53% | - |
| XYZ | 12.54 | 19.12 | 22.1 | - |
| YUV | 96.36 | 143.59 | 64.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 136 | 124 | 0.94 | 0 | 0.09 | 0.47 | 174.38 | 0.89 | 0.28 |
| Hex | 8 | 88 | 7C | 5E | 0 | 9 | 2F | AE | 59 | 1C |
| Octal | 10 | 210 | 174 | 136 | 0 | 11 | 57 | 256 | 131 | 34 |
| Binary | 1000 | 10001000 | 1111100 | 1011110 | 0 | 1001 | 101111 | 10101110 | 1011001 | 11100 |
Color Harmonies of #08887C
Complementary color
Monochromatic Colors of #08887C
Black with #08887C
Text Example
Text Example
White with #08887C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08887C; }
p { color: rgb(8,136,124); }
H1.HeaderClassName
{
color: #08887C;
}
.AnyTagClassName
{
color: #08887C;
}
</style>
background-color css
<style>
a { background-color: #08887C; }
a { background-color: rgb(8,136,124); }
div.DivClassName
{
background-color: #08887C;
}
.BgClassName
{
background-color: #08887C;
}
</style>
border-color css
<style>
span { border-color: #08887C; }
span { border-color: rgb(8,136,124); }
td.TdClassName
{
border-color: #08887C;
}
.TagClassName
{
border-color: #08887C;
}
</style>