Shades of Teal #097E8A
Tints of Teal #097E8A
RGB
CMYK
RGB Variations
Color information
#097E8A (or 0x097E8A) is known color: Teal. HEX triplet: 09, 7E and 8A. RGB value is (9,126,138). Sum of RGB (Red+Green+Blue) = 9+126+138=273 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.30% from 273); Green value is 126 (49.61% from 255 or 46.15% from 273); Blue value is 138 (54.30% from 255 or 50.55% from 273); Max value from RGB is 138 - color contains mainly: blue. Hex color #097E8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097E8A is #F68175. Grayscale: #5C5C5C. Windows color (decimal): -16154998 or 9076233. OLE color: 9076233.
HSL color Cylindrical-coordinate representation of color #097E8A: hue angle of 185.58º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097E8A is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 126 | 138 | - |
| CMYK | 0.93 | 0.09 | 0 | 0.46 |
| HSL | 185.58º | 0.88% | 0.29% | - |
| HSV(B) | 185.58º | 0.93% | 0.54% | - |
| XYZ | 12.16 | 16.81 | 26.65 | - |
| YUV | 92.39 | 153.74 | 68.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 126 | 138 | 0.93 | 0.09 | 0 | 0.46 | 185.58 | 0.88 | 0.29 |
| Hex | 9 | 7E | 8A | 5D | 9 | 0 | 2E | BA | 58 | 1D |
| Octal | 11 | 176 | 212 | 135 | 11 | 0 | 56 | 272 | 130 | 35 |
| Binary | 1001 | 1111110 | 10001010 | 1011101 | 1001 | 0 | 101110 | 10111010 | 1011000 | 11101 |
Color Harmonies of #097E8A
Complementary color
Monochromatic Colors of #097E8A
Black with #097E8A
Text Example
Text Example
White with #097E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097E8A; }
p { color: rgb(9,126,138); }
H1.HeaderClassName
{
color: #097E8A;
}
.AnyTagClassName
{
color: #097E8A;
}
</style>
background-color css
<style>
a { background-color: #097E8A; }
a { background-color: rgb(9,126,138); }
div.DivClassName
{
background-color: #097E8A;
}
.BgClassName
{
background-color: #097E8A;
}
</style>
border-color css
<style>
span { border-color: #097E8A; }
span { border-color: rgb(9,126,138); }
td.TdClassName
{
border-color: #097E8A;
}
.TagClassName
{
border-color: #097E8A;
}
</style>