Shades of Teal #097187
Tints of Teal #097187
RGB
CMYK
RGB Variations
Color information
#097187 (or 0x097187) is known color: Teal. HEX triplet: 09, 71 and 87. RGB value is (9,113,135). Sum of RGB (Red+Green+Blue) = 9+113+135=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 113 (44.53% from 255 or 43.97% from 257); Blue value is 135 (53.12% from 255 or 52.53% from 257); Max value from RGB is 135 - color contains mainly: blue. Hex color #097187 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097187 is #F68E78. Grayscale: #545454. Windows color (decimal): -16158329 or 8876297. OLE color: 8876297.
HSL color Cylindrical-coordinate representation of color #097187: hue angle of 190.48º 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 #097187 is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 113 | 135 | - |
| CMYK | 0.93 | 0.16 | 0 | 0.47 |
| HSL | 190.48º | 0.88% | 0.28% | - |
| HSV(B) | 190.48º | 0.93% | 0.53% | - |
| XYZ | 10.39 | 13.62 | 25 | - |
| YUV | 84.41 | 156.54 | 74.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 113 | 135 | 0.93 | 0.16 | 0 | 0.47 | 190.48 | 0.88 | 0.28 |
| Hex | 9 | 71 | 87 | 5D | 10 | 0 | 2F | BE | 58 | 1C |
| Octal | 11 | 161 | 207 | 135 | 20 | 0 | 57 | 276 | 130 | 34 |
| Binary | 1001 | 1110001 | 10000111 | 1011101 | 10000 | 0 | 101111 | 10111110 | 1011000 | 11100 |
Color Harmonies of #097187
Complementary color
Monochromatic Colors of #097187
Black with #097187
Text Example
Text Example
White with #097187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097187; }
p { color: rgb(9,113,135); }
H1.HeaderClassName
{
color: #097187;
}
.AnyTagClassName
{
color: #097187;
}
</style>
background-color css
<style>
a { background-color: #097187; }
a { background-color: rgb(9,113,135); }
div.DivClassName
{
background-color: #097187;
}
.BgClassName
{
background-color: #097187;
}
</style>
border-color css
<style>
span { border-color: #097187; }
span { border-color: rgb(9,113,135); }
td.TdClassName
{
border-color: #097187;
}
.TagClassName
{
border-color: #097187;
}
</style>