Shades of Teal #098386
Tints of Teal #098386
RGB
CMYK
RGB Variations
Color information
#098386 (or 0x098386) is known color: Teal. HEX triplet: 09, 83 and 86. RGB value is (9,131,134). Sum of RGB (Red+Green+Blue) = 9+131+134=274 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.28% from 274); Green value is 131 (51.56% from 255 or 47.81% from 274); Blue value is 134 (52.73% from 255 or 48.91% from 274); Max value from RGB is 134 - color contains mainly: blue. Hex color #098386 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098386 is #F67C79. Grayscale: #5E5E5E. Windows color (decimal): -16153722 or 8815369. OLE color: 8815369.
HSL color Cylindrical-coordinate representation of color #098386: hue angle of 181.44º degrees, saturation: 0.87, 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 #098386 is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 131 | 134 | - |
| CMYK | 0.93 | 0.02 | 0 | 0.47 |
| HSL | 181.44º | 0.87% | 0.28% | - |
| HSV(B) | 181.44º | 0.93% | 0.53% | - |
| XYZ | 12.53 | 18.01 | 25.37 | - |
| YUV | 94.86 | 150.08 | 66.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 131 | 134 | 0.93 | 0.02 | 0 | 0.47 | 181.44 | 0.87 | 0.28 |
| Hex | 9 | 83 | 86 | 5D | 2 | 0 | 2F | B5 | 57 | 1C |
| Octal | 11 | 203 | 206 | 135 | 2 | 0 | 57 | 265 | 127 | 34 |
| Binary | 1001 | 10000011 | 10000110 | 1011101 | 10 | 0 | 101111 | 10110101 | 1010111 | 11100 |
Color Harmonies of #098386
Complementary color
Monochromatic Colors of #098386
Black with #098386
Text Example
Text Example
White with #098386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098386; }
p { color: rgb(9,131,134); }
H1.HeaderClassName
{
color: #098386;
}
.AnyTagClassName
{
color: #098386;
}
</style>
background-color css
<style>
a { background-color: #098386; }
a { background-color: rgb(9,131,134); }
div.DivClassName
{
background-color: #098386;
}
.BgClassName
{
background-color: #098386;
}
</style>
border-color css
<style>
span { border-color: #098386; }
span { border-color: rgb(9,131,134); }
td.TdClassName
{
border-color: #098386;
}
.TagClassName
{
border-color: #098386;
}
</style>