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