Shades of Teal #09887C
Tints of Teal #09887C
RGB
CMYK
RGB Variations
Color information
#09887C (or 0x09887C) is known color: Teal. HEX triplet: 09, 88 and 7C. RGB value is (9,136,124). Sum of RGB (Red+Green+Blue) = 9+136+124=269 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.35% from 269); Green value is 136 (53.52% from 255 or 50.56% from 269); Blue value is 124 (48.83% from 255 or 46.10% from 269); Max value from RGB is 136 - color contains mainly: green. Hex color #09887C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09887C is #F67783. Grayscale: #606060. Windows color (decimal): -16152452 or 8161289. OLE color: 8161289.
HSL color Cylindrical-coordinate representation of color #09887C: hue angle of 174.33º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09887C is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 136 | 124 | - |
| CMYK | 0.93 | 0 | 0.09 | 0.47 |
| HSL | 174.33º | 0.88% | 0.28% | - |
| HSV(B) | 174.33º | 0.93% | 0.53% | - |
| XYZ | 12.55 | 19.12 | 22.1 | - |
| YUV | 96.66 | 143.42 | 65.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 136 | 124 | 0.93 | 0 | 0.09 | 0.47 | 174.33 | 0.88 | 0.28 |
| Hex | 9 | 88 | 7C | 5D | 0 | 9 | 2F | AE | 58 | 1C |
| Octal | 11 | 210 | 174 | 135 | 0 | 11 | 57 | 256 | 130 | 34 |
| Binary | 1001 | 10001000 | 1111100 | 1011101 | 0 | 1001 | 101111 | 10101110 | 1011000 | 11100 |
Color Harmonies of #09887C
Complementary color
Monochromatic Colors of #09887C
Black with #09887C
Text Example
Text Example
White with #09887C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09887C; }
p { color: rgb(9,136,124); }
H1.HeaderClassName
{
color: #09887C;
}
.AnyTagClassName
{
color: #09887C;
}
</style>
background-color css
<style>
a { background-color: #09887C; }
a { background-color: rgb(9,136,124); }
div.DivClassName
{
background-color: #09887C;
}
.BgClassName
{
background-color: #09887C;
}
</style>
border-color css
<style>
span { border-color: #09887C; }
span { border-color: rgb(9,136,124); }
td.TdClassName
{
border-color: #09887C;
}
.TagClassName
{
border-color: #09887C;
}
</style>