Shades of Teal #097F84
Tints of Teal #097F84
RGB
CMYK
RGB Variations
Color information
#097F84 (or 0x097F84) is known color: Teal. HEX triplet: 09, 7F and 84. RGB value is (9,127,132). Sum of RGB (Red+Green+Blue) = 9+127+132=268 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.36% from 268); Green value is 127 (50% from 255 or 47.39% from 268); Blue value is 132 (51.95% from 255 or 49.25% from 268); Max value from RGB is 132 - color contains mainly: blue. Hex color #097F84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097F84 is #F6807B. Grayscale: #5C5C5C. Windows color (decimal): -16154748 or 8683273. OLE color: 8683273.
HSL color Cylindrical-coordinate representation of color #097F84: hue angle of 182.44º 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 #097F84 is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 127 | 132 | - |
| CMYK | 0.93 | 0.04 | 0 | 0.48 |
| HSL | 182.44º | 0.87% | 0.28% | - |
| HSV(B) | 182.44º | 0.93% | 0.52% | - |
| XYZ | 11.87 | 16.9 | 24.47 | - |
| YUV | 92.29 | 150.41 | 68.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 127 | 132 | 0.93 | 0.04 | 0 | 0.48 | 182.44 | 0.87 | 0.28 |
| Hex | 9 | 7F | 84 | 5D | 4 | 0 | 30 | B6 | 57 | 1C |
| Octal | 11 | 177 | 204 | 135 | 4 | 0 | 60 | 266 | 127 | 34 |
| Binary | 1001 | 1111111 | 10000100 | 1011101 | 100 | 0 | 110000 | 10110110 | 1010111 | 11100 |
Color Harmonies of #097F84
Complementary color
Monochromatic Colors of #097F84
Black with #097F84
Text Example
Text Example
White with #097F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097F84; }
p { color: rgb(9,127,132); }
H1.HeaderClassName
{
color: #097F84;
}
.AnyTagClassName
{
color: #097F84;
}
</style>
background-color css
<style>
a { background-color: #097F84; }
a { background-color: rgb(9,127,132); }
div.DivClassName
{
background-color: #097F84;
}
.BgClassName
{
background-color: #097F84;
}
</style>
border-color css
<style>
span { border-color: #097F84; }
span { border-color: rgb(9,127,132); }
td.TdClassName
{
border-color: #097F84;
}
.TagClassName
{
border-color: #097F84;
}
</style>