Shades of Teal #09877B
Tints of Teal #09877B
RGB
CMYK
RGB Variations
Color information
#09877B (or 0x09877B) is known color: Teal. HEX triplet: 09, 87 and 7B. RGB value is (9,135,123). Sum of RGB (Red+Green+Blue) = 9+135+123=267 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.37% from 267); Green value is 135 (53.12% from 255 or 50.56% from 267); Blue value is 123 (48.44% from 255 or 46.07% from 267); Max value from RGB is 135 - color contains mainly: green. Hex color #09877B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09877B is #F67884. Grayscale: #5F5F5F. Windows color (decimal): -16152709 or 8095497. OLE color: 8095497.
HSL color Cylindrical-coordinate representation of color #09877B: hue angle of 174.29º 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 #09877B is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 135 | 123 | - |
| CMYK | 0.93 | 0 | 0.09 | 0.47 |
| HSL | 174.29º | 0.88% | 0.28% | - |
| HSV(B) | 174.29º | 0.93% | 0.53% | - |
| XYZ | 12.35 | 18.82 | 21.72 | - |
| YUV | 95.96 | 143.26 | 65.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 135 | 123 | 0.93 | 0 | 0.09 | 0.47 | 174.29 | 0.88 | 0.28 |
| Hex | 9 | 87 | 7B | 5D | 0 | 9 | 2F | AE | 58 | 1C |
| Octal | 11 | 207 | 173 | 135 | 0 | 11 | 57 | 256 | 130 | 34 |
| Binary | 1001 | 10000111 | 1111011 | 1011101 | 0 | 1001 | 101111 | 10101110 | 1011000 | 11100 |
Color Harmonies of #09877B
Complementary color
Monochromatic Colors of #09877B
Black with #09877B
Text Example
Text Example
White with #09877B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09877B; }
p { color: rgb(9,135,123); }
H1.HeaderClassName
{
color: #09877B;
}
.AnyTagClassName
{
color: #09877B;
}
</style>
background-color css
<style>
a { background-color: #09877B; }
a { background-color: rgb(9,135,123); }
div.DivClassName
{
background-color: #09877B;
}
.BgClassName
{
background-color: #09877B;
}
</style>
border-color css
<style>
span { border-color: #09877B; }
span { border-color: rgb(9,135,123); }
td.TdClassName
{
border-color: #09877B;
}
.TagClassName
{
border-color: #09877B;
}
</style>