Shades of Teal #09877E
Tints of Teal #09877E
RGB
CMYK
RGB Variations
Color information
#09877E (or 0x09877E) is known color: Teal. HEX triplet: 09, 87 and 7E. RGB value is (9,135,126). Sum of RGB (Red+Green+Blue) = 9+135+126=270 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.33% from 270); Green value is 135 (53.12% from 255 or 50% from 270); Blue value is 126 (49.61% from 255 or 46.67% from 270); Max value from RGB is 135 - color contains mainly: green. Hex color #09877E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09877E is #F67881. Grayscale: #606060. Windows color (decimal): -16152706 or 8292105. OLE color: 8292105.
HSL color Cylindrical-coordinate representation of color #09877E: hue angle of 175.71º 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 #09877E is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 135 | 126 | - |
| CMYK | 0.93 | 0 | 0.07 | 0.47 |
| HSL | 175.71º | 0.88% | 0.28% | - |
| HSV(B) | 175.71º | 0.93% | 0.53% | - |
| XYZ | 12.54 | 18.89 | 22.72 | - |
| YUV | 96.3 | 144.76 | 65.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 135 | 126 | 0.93 | 0 | 0.07 | 0.47 | 175.71 | 0.88 | 0.28 |
| Hex | 9 | 87 | 7E | 5D | 0 | 7 | 2F | B0 | 58 | 1C |
| Octal | 11 | 207 | 176 | 135 | 0 | 7 | 57 | 260 | 130 | 34 |
| Binary | 1001 | 10000111 | 1111110 | 1011101 | 0 | 111 | 101111 | 10110000 | 1011000 | 11100 |
Color Harmonies of #09877E
Complementary color
Monochromatic Colors of #09877E
Black with #09877E
Text Example
Text Example
White with #09877E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09877E; }
p { color: rgb(9,135,126); }
H1.HeaderClassName
{
color: #09877E;
}
.AnyTagClassName
{
color: #09877E;
}
</style>
background-color css
<style>
a { background-color: #09877E; }
a { background-color: rgb(9,135,126); }
div.DivClassName
{
background-color: #09877E;
}
.BgClassName
{
background-color: #09877E;
}
</style>
border-color css
<style>
span { border-color: #09877E; }
span { border-color: rgb(9,135,126); }
td.TdClassName
{
border-color: #09877E;
}
.TagClassName
{
border-color: #09877E;
}
</style>