Shades of Teal #09787F
Tints of Teal #09787F
RGB
CMYK
RGB Variations
Color information
#09787F (or 0x09787F) is known color: Teal. HEX triplet: 09, 78 and 7F. RGB value is (9,120,127). Sum of RGB (Red+Green+Blue) = 9+120+127=256 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.52% from 256); Green value is 120 (47.27% from 255 or 46.88% from 256); Blue value is 127 (50% from 255 or 49.61% from 256); Max value from RGB is 127 - color contains mainly: blue. Hex color #09787F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09787F is #F68780. Grayscale: #575757. Windows color (decimal): -16156545 or 8353801. OLE color: 8353801.
HSL color Cylindrical-coordinate representation of color #09787F: hue angle of 183.56º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09787F is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 9 | 120 | 127 | - |
| CMYK | 0.93 | 0.06 | 0 | 0.50 |
| HSL | 183.56º | 0.87% | 0.27% | - |
| HSV(B) | 183.56º | 0.93% | 0.5% | - |
| XYZ | 10.66 | 15.02 | 22.42 | - |
| YUV | 87.61 | 150.23 | 71.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 120 | 127 | 0.93 | 0.06 | 0 | 0.50 | 183.56 | 0.87 | 0.27 |
| Hex | 9 | 78 | 7F | 5D | 6 | 0 | 32 | B8 | 57 | 1B |
| Octal | 11 | 170 | 177 | 135 | 6 | 0 | 62 | 270 | 127 | 33 |
| Binary | 1001 | 1111000 | 1111111 | 1011101 | 110 | 0 | 110010 | 10111000 | 1010111 | 11011 |
Color Harmonies of #09787F
Complementary color
Monochromatic Colors of #09787F
Black with #09787F
Text Example
Text Example
White with #09787F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09787F; }
p { color: rgb(9,120,127); }
H1.HeaderClassName
{
color: #09787F;
}
.AnyTagClassName
{
color: #09787F;
}
</style>
background-color css
<style>
a { background-color: #09787F; }
a { background-color: rgb(9,120,127); }
div.DivClassName
{
background-color: #09787F;
}
.BgClassName
{
background-color: #09787F;
}
</style>
border-color css
<style>
span { border-color: #09787F; }
span { border-color: rgb(9,120,127); }
td.TdClassName
{
border-color: #09787F;
}
.TagClassName
{
border-color: #09787F;
}
</style>