Shades of Teal #097F7E
Tints of Teal #097F7E
RGB
CMYK
RGB Variations
Color information
#097F7E (or 0x097F7E) is known color: Teal. HEX triplet: 09, 7F and 7E. RGB value is (9,127,126). Sum of RGB (Red+Green+Blue) = 9+127+126=262 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.44% from 262); Green value is 127 (50% from 255 or 48.47% from 262); Blue value is 126 (49.61% from 255 or 48.09% from 262); Max value from RGB is 127 - color contains mainly: green. Hex color #097F7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097F7E is #F68081. Grayscale: #5B5B5B. Windows color (decimal): -16154754 or 8290057. OLE color: 8290057.
HSL color Cylindrical-coordinate representation of color #097F7E: hue angle of 179.49º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097F7E is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 9 | 127 | 126 | - |
| CMYK | 0.93 | 0 | 0.01 | 0.50 |
| HSL | 179.49º | 0.87% | 0.27% | - |
| HSV(B) | 179.49º | 0.93% | 0.5% | - |
| XYZ | 11.47 | 16.74 | 22.37 | - |
| YUV | 91.6 | 147.41 | 69.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 127 | 126 | 0.93 | 0 | 0.01 | 0.50 | 179.49 | 0.87 | 0.27 |
| Hex | 9 | 7F | 7E | 5D | 0 | 1 | 32 | B3 | 57 | 1B |
| Octal | 11 | 177 | 176 | 135 | 0 | 1 | 62 | 263 | 127 | 33 |
| Binary | 1001 | 1111111 | 1111110 | 1011101 | 0 | 1 | 110010 | 10110011 | 1010111 | 11011 |
Color Harmonies of #097F7E
Complementary color
Monochromatic Colors of #097F7E
Black with #097F7E
Text Example
Text Example
White with #097F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097F7E; }
p { color: rgb(9,127,126); }
H1.HeaderClassName
{
color: #097F7E;
}
.AnyTagClassName
{
color: #097F7E;
}
</style>
background-color css
<style>
a { background-color: #097F7E; }
a { background-color: rgb(9,127,126); }
div.DivClassName
{
background-color: #097F7E;
}
.BgClassName
{
background-color: #097F7E;
}
</style>
border-color css
<style>
span { border-color: #097F7E; }
span { border-color: rgb(9,127,126); }
td.TdClassName
{
border-color: #097F7E;
}
.TagClassName
{
border-color: #097F7E;
}
</style>