Shades of Teal #098189
Tints of Teal #098189
RGB
CMYK
RGB Variations
Color information
#098189 (or 0x098189) is known color: Teal. HEX triplet: 09, 81 and 89. RGB value is (9,129,137). Sum of RGB (Red+Green+Blue) = 9+129+137=275 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.27% from 275); Green value is 129 (50.78% from 255 or 46.91% from 275); Blue value is 137 (53.91% from 255 or 49.82% from 275); Max value from RGB is 137 - color contains mainly: blue. Hex color #098189 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098189 is #F67E76. Grayscale: #5D5D5D. Windows color (decimal): -16154231 or 9011465. OLE color: 9011465.
HSL color Cylindrical-coordinate representation of color #098189: hue angle of 183.75º 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 #098189 is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 129 | 137 | - |
| CMYK | 0.93 | 0.06 | 0 | 0.46 |
| HSL | 183.75º | 0.88% | 0.29% | - |
| HSV(B) | 183.75º | 0.93% | 0.54% | - |
| XYZ | 12.48 | 17.56 | 26.4 | - |
| YUV | 94.03 | 152.24 | 67.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 129 | 137 | 0.93 | 0.06 | 0 | 0.46 | 183.75 | 0.88 | 0.29 |
| Hex | 9 | 81 | 89 | 5D | 6 | 0 | 2E | B8 | 58 | 1D |
| Octal | 11 | 201 | 211 | 135 | 6 | 0 | 56 | 270 | 130 | 35 |
| Binary | 1001 | 10000001 | 10001001 | 1011101 | 110 | 0 | 101110 | 10111000 | 1011000 | 11101 |
Color Harmonies of #098189
Complementary color
Monochromatic Colors of #098189
Black with #098189
Text Example
Text Example
White with #098189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098189; }
p { color: rgb(9,129,137); }
H1.HeaderClassName
{
color: #098189;
}
.AnyTagClassName
{
color: #098189;
}
</style>
background-color css
<style>
a { background-color: #098189; }
a { background-color: rgb(9,129,137); }
div.DivClassName
{
background-color: #098189;
}
.BgClassName
{
background-color: #098189;
}
</style>
border-color css
<style>
span { border-color: #098189; }
span { border-color: rgb(9,129,137); }
td.TdClassName
{
border-color: #098189;
}
.TagClassName
{
border-color: #098189;
}
</style>