Shades of Teal #09887B
Tints of Teal #09887B
RGB
CMYK
RGB Variations
Color information
#09887B (or 0x09887B) is known color: Teal. HEX triplet: 09, 88 and 7B. RGB value is (9,136,123). Sum of RGB (Red+Green+Blue) = 9+136+123=268 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.36% from 268); Green value is 136 (53.52% from 255 or 50.75% from 268); Blue value is 123 (48.44% from 255 or 45.90% from 268); Max value from RGB is 136 - color contains mainly: green. Hex color #09887B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09887B is #F67784. Grayscale: #606060. Windows color (decimal): -16152453 or 8095753. OLE color: 8095753.
HSL color Cylindrical-coordinate representation of color #09887B: hue angle of 173.86º 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 #09887B is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 136 | 123 | - |
| CMYK | 0.93 | 0 | 0.10 | 0.47 |
| HSL | 173.86º | 0.88% | 0.28% | - |
| HSV(B) | 173.86º | 0.93% | 0.53% | - |
| XYZ | 12.49 | 19.1 | 21.77 | - |
| YUV | 96.55 | 142.92 | 65.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 136 | 123 | 0.93 | 0 | 0.10 | 0.47 | 173.86 | 0.88 | 0.28 |
| Hex | 9 | 88 | 7B | 5D | 0 | A | 2F | AE | 58 | 1C |
| Octal | 11 | 210 | 173 | 135 | 0 | 12 | 57 | 256 | 130 | 34 |
| Binary | 1001 | 10001000 | 1111011 | 1011101 | 0 | 1010 | 101111 | 10101110 | 1011000 | 11100 |
Color Harmonies of #09887B
Complementary color
Monochromatic Colors of #09887B
Black with #09887B
Text Example
Text Example
White with #09887B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09887B; }
p { color: rgb(9,136,123); }
H1.HeaderClassName
{
color: #09887B;
}
.AnyTagClassName
{
color: #09887B;
}
</style>
background-color css
<style>
a { background-color: #09887B; }
a { background-color: rgb(9,136,123); }
div.DivClassName
{
background-color: #09887B;
}
.BgClassName
{
background-color: #09887B;
}
</style>
border-color css
<style>
span { border-color: #09887B; }
span { border-color: rgb(9,136,123); }
td.TdClassName
{
border-color: #09887B;
}
.TagClassName
{
border-color: #09887B;
}
</style>