Shades of Teal #097887
Tints of Teal #097887
RGB
CMYK
RGB Variations
Color information
#097887 (or 0x097887) is known color: Teal. HEX triplet: 09, 78 and 87. RGB value is (9,120,135). Sum of RGB (Red+Green+Blue) = 9+120+135=264 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.41% from 264); Green value is 120 (47.27% from 255 or 45.45% from 264); Blue value is 135 (53.12% from 255 or 51.14% from 264); Max value from RGB is 135 - color contains mainly: blue. Hex color #097887 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097887 is #F68778. Grayscale: #585858. Windows color (decimal): -16156537 or 8878089. OLE color: 8878089.
HSL color Cylindrical-coordinate representation of color #097887: hue angle of 187.14º 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 #097887 is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 120 | 135 | - |
| CMYK | 0.93 | 0.11 | 0 | 0.47 |
| HSL | 187.14º | 0.88% | 0.28% | - |
| HSV(B) | 187.14º | 0.93% | 0.53% | - |
| XYZ | 11.2 | 15.24 | 25.27 | - |
| YUV | 88.52 | 154.23 | 71.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 120 | 135 | 0.93 | 0.11 | 0 | 0.47 | 187.14 | 0.88 | 0.28 |
| Hex | 9 | 78 | 87 | 5D | B | 0 | 2F | BB | 58 | 1C |
| Octal | 11 | 170 | 207 | 135 | 13 | 0 | 57 | 273 | 130 | 34 |
| Binary | 1001 | 1111000 | 10000111 | 1011101 | 1011 | 0 | 101111 | 10111011 | 1011000 | 11100 |
Color Harmonies of #097887
Complementary color
Monochromatic Colors of #097887
Black with #097887
Text Example
Text Example
White with #097887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097887; }
p { color: rgb(9,120,135); }
H1.HeaderClassName
{
color: #097887;
}
.AnyTagClassName
{
color: #097887;
}
</style>
background-color css
<style>
a { background-color: #097887; }
a { background-color: rgb(9,120,135); }
div.DivClassName
{
background-color: #097887;
}
.BgClassName
{
background-color: #097887;
}
</style>
border-color css
<style>
span { border-color: #097887; }
span { border-color: rgb(9,120,135); }
td.TdClassName
{
border-color: #097887;
}
.TagClassName
{
border-color: #097887;
}
</style>