Shades of Teal #097788
Tints of Teal #097788
RGB
CMYK
RGB Variations
Color information
#097788 (or 0x097788) is known color: Teal. HEX triplet: 09, 77 and 88. RGB value is (9,119,136). Sum of RGB (Red+Green+Blue) = 9+119+136=264 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.41% from 264); Green value is 119 (46.88% from 255 or 45.08% from 264); Blue value is 136 (53.52% from 255 or 51.52% from 264); Max value from RGB is 136 - color contains mainly: blue. Hex color #097788 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097788 is #F68877. Grayscale: #575757. Windows color (decimal): -16156792 or 8943369. OLE color: 8943369.
HSL color Cylindrical-coordinate representation of color #097788: hue angle of 188.03º 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 #097788 is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 119 | 136 | - |
| CMYK | 0.93 | 0.12 | 0 | 0.47 |
| HSL | 188.03º | 0.88% | 0.28% | - |
| HSV(B) | 188.03º | 0.93% | 0.53% | - |
| XYZ | 11.15 | 15.03 | 25.61 | - |
| YUV | 88.05 | 155.06 | 71.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 119 | 136 | 0.93 | 0.12 | 0 | 0.47 | 188.03 | 0.88 | 0.28 |
| Hex | 9 | 77 | 88 | 5D | C | 0 | 2F | BC | 58 | 1C |
| Octal | 11 | 167 | 210 | 135 | 14 | 0 | 57 | 274 | 130 | 34 |
| Binary | 1001 | 1110111 | 10001000 | 1011101 | 1100 | 0 | 101111 | 10111100 | 1011000 | 11100 |
Color Harmonies of #097788
Complementary color
Monochromatic Colors of #097788
Black with #097788
Text Example
Text Example
White with #097788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097788; }
p { color: rgb(9,119,136); }
H1.HeaderClassName
{
color: #097788;
}
.AnyTagClassName
{
color: #097788;
}
</style>
background-color css
<style>
a { background-color: #097788; }
a { background-color: rgb(9,119,136); }
div.DivClassName
{
background-color: #097788;
}
.BgClassName
{
background-color: #097788;
}
</style>
border-color css
<style>
span { border-color: #097788; }
span { border-color: rgb(9,119,136); }
td.TdClassName
{
border-color: #097788;
}
.TagClassName
{
border-color: #097788;
}
</style>