Shades of Teal #097F85
Tints of Teal #097F85
RGB
CMYK
RGB Variations
Color information
#097F85 (or 0x097F85) is known color: Teal. HEX triplet: 09, 7F and 85. RGB value is (9,127,133). Sum of RGB (Red+Green+Blue) = 9+127+133=269 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.35% from 269); Green value is 127 (50% from 255 or 47.21% from 269); Blue value is 133 (52.34% from 255 or 49.44% from 269); Max value from RGB is 133 - color contains mainly: blue. Hex color #097F85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097F85 is #F6807A. Grayscale: #5C5C5C. Windows color (decimal): -16154747 or 8748809. OLE color: 8748809.
HSL color Cylindrical-coordinate representation of color #097F85: hue angle of 182.9º 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 #097F85 is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 127 | 133 | - |
| CMYK | 0.93 | 0.05 | 0 | 0.48 |
| HSL | 182.9º | 0.87% | 0.28% | - |
| HSV(B) | 182.9º | 0.93% | 0.52% | - |
| XYZ | 11.94 | 16.93 | 24.83 | - |
| YUV | 92.4 | 150.91 | 68.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 127 | 133 | 0.93 | 0.05 | 0 | 0.48 | 182.9 | 0.87 | 0.28 |
| Hex | 9 | 7F | 85 | 5D | 5 | 0 | 30 | B7 | 57 | 1C |
| Octal | 11 | 177 | 205 | 135 | 5 | 0 | 60 | 267 | 127 | 34 |
| Binary | 1001 | 1111111 | 10000101 | 1011101 | 101 | 0 | 110000 | 10110111 | 1010111 | 11100 |
Color Harmonies of #097F85
Complementary color
Monochromatic Colors of #097F85
Black with #097F85
Text Example
Text Example
White with #097F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097F85; }
p { color: rgb(9,127,133); }
H1.HeaderClassName
{
color: #097F85;
}
.AnyTagClassName
{
color: #097F85;
}
</style>
background-color css
<style>
a { background-color: #097F85; }
a { background-color: rgb(9,127,133); }
div.DivClassName
{
background-color: #097F85;
}
.BgClassName
{
background-color: #097F85;
}
</style>
border-color css
<style>
span { border-color: #097F85; }
span { border-color: rgb(9,127,133); }
td.TdClassName
{
border-color: #097F85;
}
.TagClassName
{
border-color: #097F85;
}
</style>