Shades of Teal #097B84
Tints of Teal #097B84
RGB
CMYK
RGB Variations
Color information
#097B84 (or 0x097B84) is known color: Teal. HEX triplet: 09, 7B and 84. RGB value is (9,123,132). Sum of RGB (Red+Green+Blue) = 9+123+132=264 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.41% from 264); Green value is 123 (48.44% from 255 or 46.59% from 264); Blue value is 132 (51.95% from 255 or 50% from 264); Max value from RGB is 132 - color contains mainly: blue. Hex color #097B84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097B84 is #F6847B. Grayscale: #595959. Windows color (decimal): -16155772 or 8682249. OLE color: 8682249.
HSL color Cylindrical-coordinate representation of color #097B84: hue angle of 184.39º 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 #097B84 is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 123 | 132 | - |
| CMYK | 0.93 | 0.07 | 0 | 0.48 |
| HSL | 184.39º | 0.87% | 0.28% | - |
| HSV(B) | 184.39º | 0.93% | 0.52% | - |
| XYZ | 11.36 | 15.89 | 24.3 | - |
| YUV | 89.94 | 151.73 | 70.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 123 | 132 | 0.93 | 0.07 | 0 | 0.48 | 184.39 | 0.87 | 0.28 |
| Hex | 9 | 7B | 84 | 5D | 7 | 0 | 30 | B8 | 57 | 1C |
| Octal | 11 | 173 | 204 | 135 | 7 | 0 | 60 | 270 | 127 | 34 |
| Binary | 1001 | 1111011 | 10000100 | 1011101 | 111 | 0 | 110000 | 10111000 | 1010111 | 11100 |
Color Harmonies of #097B84
Complementary color
Monochromatic Colors of #097B84
Black with #097B84
Text Example
Text Example
White with #097B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097B84; }
p { color: rgb(9,123,132); }
H1.HeaderClassName
{
color: #097B84;
}
.AnyTagClassName
{
color: #097B84;
}
</style>
background-color css
<style>
a { background-color: #097B84; }
a { background-color: rgb(9,123,132); }
div.DivClassName
{
background-color: #097B84;
}
.BgClassName
{
background-color: #097B84;
}
</style>
border-color css
<style>
span { border-color: #097B84; }
span { border-color: rgb(9,123,132); }
td.TdClassName
{
border-color: #097B84;
}
.TagClassName
{
border-color: #097B84;
}
</style>