Shades of Teal #098089
Tints of Teal #098089
RGB
CMYK
RGB Variations
Color information
#098089 (or 0x098089) is known color: Teal. HEX triplet: 09, 80 and 89. RGB value is (9,128,137). Sum of RGB (Red+Green+Blue) = 9+128+137=274 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.28% from 274); Green value is 128 (50.39% from 255 or 46.72% from 274); Blue value is 137 (53.91% from 255 or 50% from 274); Max value from RGB is 137 - color contains mainly: blue. Hex color #098089 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098089 is #F67F76. Grayscale: #5D5D5D. Windows color (decimal): -16154487 or 9011209. OLE color: 9011209.
HSL color Cylindrical-coordinate representation of color #098089: hue angle of 184.22º 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 #098089 is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 128 | 137 | - |
| CMYK | 0.93 | 0.07 | 0 | 0.46 |
| HSL | 184.22º | 0.88% | 0.29% | - |
| HSV(B) | 184.22º | 0.93% | 0.54% | - |
| XYZ | 12.35 | 17.3 | 26.36 | - |
| YUV | 93.45 | 152.58 | 67.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 128 | 137 | 0.93 | 0.07 | 0 | 0.46 | 184.22 | 0.88 | 0.29 |
| Hex | 9 | 80 | 89 | 5D | 7 | 0 | 2E | B8 | 58 | 1D |
| Octal | 11 | 200 | 211 | 135 | 7 | 0 | 56 | 270 | 130 | 35 |
| Binary | 1001 | 10000000 | 10001001 | 1011101 | 111 | 0 | 101110 | 10111000 | 1011000 | 11101 |
Color Harmonies of #098089
Complementary color
Monochromatic Colors of #098089
Black with #098089
Text Example
Text Example
White with #098089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098089; }
p { color: rgb(9,128,137); }
H1.HeaderClassName
{
color: #098089;
}
.AnyTagClassName
{
color: #098089;
}
</style>
background-color css
<style>
a { background-color: #098089; }
a { background-color: rgb(9,128,137); }
div.DivClassName
{
background-color: #098089;
}
.BgClassName
{
background-color: #098089;
}
</style>
border-color css
<style>
span { border-color: #098089; }
span { border-color: rgb(9,128,137); }
td.TdClassName
{
border-color: #098089;
}
.TagClassName
{
border-color: #098089;
}
</style>