Shades of Teal #097C85
Tints of Teal #097C85
RGB
CMYK
RGB Variations
Color information
#097C85 (or 0x097C85) is known color: Teal. HEX triplet: 09, 7C and 85. RGB value is (9,124,133). Sum of RGB (Red+Green+Blue) = 9+124+133=266 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.38% from 266); Green value is 124 (48.83% from 255 or 46.62% from 266); Blue value is 133 (52.34% from 255 or 50% from 266); Max value from RGB is 133 - color contains mainly: blue. Hex color #097C85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097C85 is #F6837A. Grayscale: #5A5A5A. Windows color (decimal): -16155515 or 8748041. OLE color: 8748041.
HSL color Cylindrical-coordinate representation of color #097C85: hue angle of 184.35º 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 #097C85 is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 124 | 133 | - |
| CMYK | 0.93 | 0.07 | 0 | 0.48 |
| HSL | 184.35º | 0.87% | 0.28% | - |
| HSV(B) | 184.35º | 0.93% | 0.52% | - |
| XYZ | 11.55 | 16.17 | 24.7 | - |
| YUV | 90.64 | 151.9 | 69.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 124 | 133 | 0.93 | 0.07 | 0 | 0.48 | 184.35 | 0.87 | 0.28 |
| Hex | 9 | 7C | 85 | 5D | 7 | 0 | 30 | B8 | 57 | 1C |
| Octal | 11 | 174 | 205 | 135 | 7 | 0 | 60 | 270 | 127 | 34 |
| Binary | 1001 | 1111100 | 10000101 | 1011101 | 111 | 0 | 110000 | 10111000 | 1010111 | 11100 |
Color Harmonies of #097C85
Complementary color
Monochromatic Colors of #097C85
Black with #097C85
Text Example
Text Example
White with #097C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097C85; }
p { color: rgb(9,124,133); }
H1.HeaderClassName
{
color: #097C85;
}
.AnyTagClassName
{
color: #097C85;
}
</style>
background-color css
<style>
a { background-color: #097C85; }
a { background-color: rgb(9,124,133); }
div.DivClassName
{
background-color: #097C85;
}
.BgClassName
{
background-color: #097C85;
}
</style>
border-color css
<style>
span { border-color: #097C85; }
span { border-color: rgb(9,124,133); }
td.TdClassName
{
border-color: #097C85;
}
.TagClassName
{
border-color: #097C85;
}
</style>