Shades of Teal #098088
Tints of Teal #098088
RGB
CMYK
RGB Variations
Color information
#098088 (or 0x098088) is known color: Teal. HEX triplet: 09, 80 and 88. RGB value is (9,128,136). Sum of RGB (Red+Green+Blue) = 9+128+136=273 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.30% from 273); Green value is 128 (50.39% from 255 or 46.89% from 273); Blue value is 136 (53.52% from 255 or 49.82% from 273); Max value from RGB is 136 - color contains mainly: blue. Hex color #098088 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098088 is #F67F77. Grayscale: #5D5D5D. Windows color (decimal): -16154488 or 8945673. OLE color: 8945673.
HSL color Cylindrical-coordinate representation of color #098088: hue angle of 183.78º 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 #098088 is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 128 | 136 | - |
| CMYK | 0.93 | 0.06 | 0 | 0.47 |
| HSL | 183.78º | 0.88% | 0.28% | - |
| HSV(B) | 183.78º | 0.93% | 0.53% | - |
| XYZ | 12.28 | 17.27 | 25.98 | - |
| YUV | 93.33 | 152.08 | 67.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 128 | 136 | 0.93 | 0.06 | 0 | 0.47 | 183.78 | 0.88 | 0.28 |
| Hex | 9 | 80 | 88 | 5D | 6 | 0 | 2F | B8 | 58 | 1C |
| Octal | 11 | 200 | 210 | 135 | 6 | 0 | 57 | 270 | 130 | 34 |
| Binary | 1001 | 10000000 | 10001000 | 1011101 | 110 | 0 | 101111 | 10111000 | 1011000 | 11100 |
Color Harmonies of #098088
Complementary color
Monochromatic Colors of #098088
Black with #098088
Text Example
Text Example
White with #098088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098088; }
p { color: rgb(9,128,136); }
H1.HeaderClassName
{
color: #098088;
}
.AnyTagClassName
{
color: #098088;
}
</style>
background-color css
<style>
a { background-color: #098088; }
a { background-color: rgb(9,128,136); }
div.DivClassName
{
background-color: #098088;
}
.BgClassName
{
background-color: #098088;
}
</style>
border-color css
<style>
span { border-color: #098088; }
span { border-color: rgb(9,128,136); }
td.TdClassName
{
border-color: #098088;
}
.TagClassName
{
border-color: #098088;
}
</style>