Shades of Teal #097387
Tints of Teal #097387
RGB
CMYK
RGB Variations
Color information
#097387 (or 0x097387) is known color: Teal. HEX triplet: 09, 73 and 87. RGB value is (9,115,135). Sum of RGB (Red+Green+Blue) = 9+115+135=259 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.47% from 259); Green value is 115 (45.31% from 255 or 44.40% from 259); Blue value is 135 (53.12% from 255 or 52.12% from 259); Max value from RGB is 135 - color contains mainly: blue. Hex color #097387 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097387 is #F68C78. Grayscale: #555555. Windows color (decimal): -16157817 or 8876809. OLE color: 8876809.
HSL color Cylindrical-coordinate representation of color #097387: hue angle of 189.52º 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 #097387 is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 115 | 135 | - |
| CMYK | 0.93 | 0.15 | 0 | 0.47 |
| HSL | 189.52º | 0.88% | 0.28% | - |
| HSV(B) | 189.52º | 0.93% | 0.53% | - |
| XYZ | 10.62 | 14.07 | 25.08 | - |
| YUV | 85.59 | 155.88 | 73.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 115 | 135 | 0.93 | 0.15 | 0 | 0.47 | 189.52 | 0.88 | 0.28 |
| Hex | 9 | 73 | 87 | 5D | F | 0 | 2F | BE | 58 | 1C |
| Octal | 11 | 163 | 207 | 135 | 17 | 0 | 57 | 276 | 130 | 34 |
| Binary | 1001 | 1110011 | 10000111 | 1011101 | 1111 | 0 | 101111 | 10111110 | 1011000 | 11100 |
Color Harmonies of #097387
Complementary color
Monochromatic Colors of #097387
Black with #097387
Text Example
Text Example
White with #097387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097387; }
p { color: rgb(9,115,135); }
H1.HeaderClassName
{
color: #097387;
}
.AnyTagClassName
{
color: #097387;
}
</style>
background-color css
<style>
a { background-color: #097387; }
a { background-color: rgb(9,115,135); }
div.DivClassName
{
background-color: #097387;
}
.BgClassName
{
background-color: #097387;
}
</style>
border-color css
<style>
span { border-color: #097387; }
span { border-color: rgb(9,115,135); }
td.TdClassName
{
border-color: #097387;
}
.TagClassName
{
border-color: #097387;
}
</style>