Shades of Teal #09877C
Tints of Teal #09877C
RGB
CMYK
RGB Variations
Color information
#09877C (or 0x09877C) is known color: Teal. HEX triplet: 09, 87 and 7C. RGB value is (9,135,124). Sum of RGB (Red+Green+Blue) = 9+135+124=268 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.36% from 268); Green value is 135 (53.12% from 255 or 50.37% from 268); Blue value is 124 (48.83% from 255 or 46.27% from 268); Max value from RGB is 135 - color contains mainly: green. Hex color #09877C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09877C is #F67883. Grayscale: #5F5F5F. Windows color (decimal): -16152708 or 8161033. OLE color: 8161033.
HSL color Cylindrical-coordinate representation of color #09877C: hue angle of 174.76º 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 #09877C is Cyan = 0.93, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 135 | 124 | - |
| CMYK | 0.93 | 0 | 0.08 | 0.47 |
| HSL | 174.76º | 0.88% | 0.28% | - |
| HSV(B) | 174.76º | 0.93% | 0.53% | - |
| XYZ | 12.41 | 18.84 | 22.05 | - |
| YUV | 96.07 | 143.76 | 65.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 135 | 124 | 0.93 | 0 | 0.08 | 0.47 | 174.76 | 0.88 | 0.28 |
| Hex | 9 | 87 | 7C | 5D | 0 | 8 | 2F | AF | 58 | 1C |
| Octal | 11 | 207 | 174 | 135 | 0 | 10 | 57 | 257 | 130 | 34 |
| Binary | 1001 | 10000111 | 1111100 | 1011101 | 0 | 1000 | 101111 | 10101111 | 1011000 | 11100 |
Color Harmonies of #09877C
Complementary color
Monochromatic Colors of #09877C
Black with #09877C
Text Example
Text Example
White with #09877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09877C; }
p { color: rgb(9,135,124); }
H1.HeaderClassName
{
color: #09877C;
}
.AnyTagClassName
{
color: #09877C;
}
</style>
background-color css
<style>
a { background-color: #09877C; }
a { background-color: rgb(9,135,124); }
div.DivClassName
{
background-color: #09877C;
}
.BgClassName
{
background-color: #09877C;
}
</style>
border-color css
<style>
span { border-color: #09877C; }
span { border-color: rgb(9,135,124); }
td.TdClassName
{
border-color: #09877C;
}
.TagClassName
{
border-color: #09877C;
}
</style>