Shades of Teal #098188
Tints of Teal #098188
RGB
CMYK
RGB Variations
Color information
#098188 (or 0x098188) is known color: Teal. HEX triplet: 09, 81 and 88. RGB value is (9,129,136). Sum of RGB (Red+Green+Blue) = 9+129+136=274 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.28% from 274); Green value is 129 (50.78% from 255 or 47.08% from 274); Blue value is 136 (53.52% from 255 or 49.64% from 274); Max value from RGB is 136 - color contains mainly: blue. Hex color #098188 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098188 is #F67E77. Grayscale: #5D5D5D. Windows color (decimal): -16154232 or 8945929. OLE color: 8945929.
HSL color Cylindrical-coordinate representation of color #098188: hue angle of 183.31º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098188 is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 129 | 136 | - |
| CMYK | 0.93 | 0.05 | 0 | 0.47 |
| HSL | 183.31º | 0.88% | 0.28% | - |
| HSV(B) | 183.31º | 0.93% | 0.53% | - |
| XYZ | 12.41 | 17.54 | 26.02 | - |
| YUV | 93.92 | 151.74 | 67.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 129 | 136 | 0.93 | 0.05 | 0 | 0.47 | 183.31 | 0.88 | 0.28 |
| Hex | 9 | 81 | 88 | 5D | 5 | 0 | 2F | B7 | 58 | 1C |
| Octal | 11 | 201 | 210 | 135 | 5 | 0 | 57 | 267 | 130 | 34 |
| Binary | 1001 | 10000001 | 10001000 | 1011101 | 101 | 0 | 101111 | 10110111 | 1011000 | 11100 |
Color Harmonies of #098188
Complementary color
Monochromatic Colors of #098188
Black with #098188
Text Example
Text Example
White with #098188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098188; }
p { color: rgb(9,129,136); }
H1.HeaderClassName
{
color: #098188;
}
.AnyTagClassName
{
color: #098188;
}
</style>
background-color css
<style>
a { background-color: #098188; }
a { background-color: rgb(9,129,136); }
div.DivClassName
{
background-color: #098188;
}
.BgClassName
{
background-color: #098188;
}
</style>
border-color css
<style>
span { border-color: #098188; }
span { border-color: rgb(9,129,136); }
td.TdClassName
{
border-color: #098188;
}
.TagClassName
{
border-color: #098188;
}
</style>