Shades of Teal #097688
Tints of Teal #097688
RGB
CMYK
RGB Variations
Color information
#097688 (or 0x097688) is known color: Teal. HEX triplet: 09, 76 and 88. RGB value is (9,118,136). Sum of RGB (Red+Green+Blue) = 9+118+136=263 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.42% from 263); Green value is 118 (46.48% from 255 or 44.87% from 263); Blue value is 136 (53.52% from 255 or 51.71% from 263); Max value from RGB is 136 - color contains mainly: blue. Hex color #097688 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097688 is #F68977. Grayscale: #575757. Windows color (decimal): -16157048 or 8943113. OLE color: 8943113.
HSL color Cylindrical-coordinate representation of color #097688: hue angle of 188.5º 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 #097688 is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 118 | 136 | - |
| CMYK | 0.93 | 0.13 | 0 | 0.47 |
| HSL | 188.5º | 0.88% | 0.28% | - |
| HSV(B) | 188.5º | 0.93% | 0.53% | - |
| XYZ | 11.04 | 14.79 | 25.57 | - |
| YUV | 87.46 | 155.39 | 72.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 118 | 136 | 0.93 | 0.13 | 0 | 0.47 | 188.5 | 0.88 | 0.28 |
| Hex | 9 | 76 | 88 | 5D | D | 0 | 2F | BD | 58 | 1C |
| Octal | 11 | 166 | 210 | 135 | 15 | 0 | 57 | 275 | 130 | 34 |
| Binary | 1001 | 1110110 | 10001000 | 1011101 | 1101 | 0 | 101111 | 10111101 | 1011000 | 11100 |
Color Harmonies of #097688
Complementary color
Monochromatic Colors of #097688
Black with #097688
Text Example
Text Example
White with #097688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097688; }
p { color: rgb(9,118,136); }
H1.HeaderClassName
{
color: #097688;
}
.AnyTagClassName
{
color: #097688;
}
</style>
background-color css
<style>
a { background-color: #097688; }
a { background-color: rgb(9,118,136); }
div.DivClassName
{
background-color: #097688;
}
.BgClassName
{
background-color: #097688;
}
</style>
border-color css
<style>
span { border-color: #097688; }
span { border-color: rgb(9,118,136); }
td.TdClassName
{
border-color: #097688;
}
.TagClassName
{
border-color: #097688;
}
</style>