Shades of Teal #097884
Tints of Teal #097884
RGB
CMYK
RGB Variations
Color information
#097884 (or 0x097884) is known color: Teal. HEX triplet: 09, 78 and 84. RGB value is (9,120,132). Sum of RGB (Red+Green+Blue) = 9+120+132=261 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.45% from 261); Green value is 120 (47.27% from 255 or 45.98% from 261); Blue value is 132 (51.95% from 255 or 50.57% from 261); Max value from RGB is 132 - color contains mainly: blue. Hex color #097884 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097884 is #F6877B. Grayscale: #585858. Windows color (decimal): -16156540 or 8681481. OLE color: 8681481.
HSL color Cylindrical-coordinate representation of color #097884: hue angle of 185.85º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097884 is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 120 | 132 | - |
| CMYK | 0.93 | 0.09 | 0 | 0.48 |
| HSL | 185.85º | 0.87% | 0.28% | - |
| HSV(B) | 185.85º | 0.93% | 0.52% | - |
| XYZ | 10.99 | 15.16 | 24.18 | - |
| YUV | 88.18 | 152.73 | 71.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 120 | 132 | 0.93 | 0.09 | 0 | 0.48 | 185.85 | 0.87 | 0.28 |
| Hex | 9 | 78 | 84 | 5D | 9 | 0 | 30 | BA | 57 | 1C |
| Octal | 11 | 170 | 204 | 135 | 11 | 0 | 60 | 272 | 127 | 34 |
| Binary | 1001 | 1111000 | 10000100 | 1011101 | 1001 | 0 | 110000 | 10111010 | 1010111 | 11100 |
Color Harmonies of #097884
Complementary color
Monochromatic Colors of #097884
Black with #097884
Text Example
Text Example
White with #097884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097884; }
p { color: rgb(9,120,132); }
H1.HeaderClassName
{
color: #097884;
}
.AnyTagClassName
{
color: #097884;
}
</style>
background-color css
<style>
a { background-color: #097884; }
a { background-color: rgb(9,120,132); }
div.DivClassName
{
background-color: #097884;
}
.BgClassName
{
background-color: #097884;
}
</style>
border-color css
<style>
span { border-color: #097884; }
span { border-color: rgb(9,120,132); }
td.TdClassName
{
border-color: #097884;
}
.TagClassName
{
border-color: #097884;
}
</style>