Shades of Teal #098A7E
Tints of Teal #098A7E
RGB
CMYK
RGB Variations
Color information
#098A7E (or 0x098A7E) is known color: Teal. HEX triplet: 09, 8A and 7E. RGB value is (9,138,126). Sum of RGB (Red+Green+Blue) = 9+138+126=273 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.30% from 273); Green value is 138 (54.30% from 255 or 50.55% from 273); Blue value is 126 (49.61% from 255 or 46.15% from 273); Max value from RGB is 138 - color contains mainly: green. Hex color #098A7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098A7E is #F67581. Grayscale: #616161. Windows color (decimal): -16151938 or 8292873. OLE color: 8292873.
HSL color Cylindrical-coordinate representation of color #098A7E: hue angle of 174.42º 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 #098A7E is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 138 | 126 | - |
| CMYK | 0.93 | 0 | 0.09 | 0.46 |
| HSL | 174.42º | 0.88% | 0.29% | - |
| HSV(B) | 174.42º | 0.93% | 0.54% | - |
| XYZ | 12.97 | 19.74 | 22.87 | - |
| YUV | 98.06 | 143.76 | 64.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 138 | 126 | 0.93 | 0 | 0.09 | 0.46 | 174.42 | 0.88 | 0.29 |
| Hex | 9 | 8A | 7E | 5D | 0 | 9 | 2E | AE | 58 | 1D |
| Octal | 11 | 212 | 176 | 135 | 0 | 11 | 56 | 256 | 130 | 35 |
| Binary | 1001 | 10001010 | 1111110 | 1011101 | 0 | 1001 | 101110 | 10101110 | 1011000 | 11101 |
Color Harmonies of #098A7E
Complementary color
Monochromatic Colors of #098A7E
Black with #098A7E
Text Example
Text Example
White with #098A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098A7E; }
p { color: rgb(9,138,126); }
H1.HeaderClassName
{
color: #098A7E;
}
.AnyTagClassName
{
color: #098A7E;
}
</style>
background-color css
<style>
a { background-color: #098A7E; }
a { background-color: rgb(9,138,126); }
div.DivClassName
{
background-color: #098A7E;
}
.BgClassName
{
background-color: #098A7E;
}
</style>
border-color css
<style>
span { border-color: #098A7E; }
span { border-color: rgb(9,138,126); }
td.TdClassName
{
border-color: #098A7E;
}
.TagClassName
{
border-color: #098A7E;
}
</style>