Shades of Teal #098681
Tints of Teal #098681
RGB
CMYK
RGB Variations
Color information
#098681 (or 0x098681) is known color: Teal. HEX triplet: 09, 86 and 81. RGB value is (9,134,129). Sum of RGB (Red+Green+Blue) = 9+134+129=272 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.31% from 272); Green value is 134 (52.73% from 255 or 49.26% from 272); Blue value is 129 (50.78% from 255 or 47.43% from 272); Max value from RGB is 134 - color contains mainly: green. Hex color #098681 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098681 is #F6797E. Grayscale: #5F5F5F. Windows color (decimal): -16152959 or 8488457. OLE color: 8488457.
HSL color Cylindrical-coordinate representation of color #098681: hue angle of 177.6º 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 #098681 is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 134 | 129 | - |
| CMYK | 0.93 | 0 | 0.04 | 0.47 |
| HSL | 177.6º | 0.87% | 0.28% | - |
| HSV(B) | 177.6º | 0.93% | 0.53% | - |
| XYZ | 12.6 | 18.69 | 23.71 | - |
| YUV | 96.06 | 146.59 | 65.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 134 | 129 | 0.93 | 0 | 0.04 | 0.47 | 177.6 | 0.87 | 0.28 |
| Hex | 9 | 86 | 81 | 5D | 0 | 4 | 2F | B2 | 57 | 1C |
| Octal | 11 | 206 | 201 | 135 | 0 | 4 | 57 | 262 | 127 | 34 |
| Binary | 1001 | 10000110 | 10000001 | 1011101 | 0 | 100 | 101111 | 10110010 | 1010111 | 11100 |
Color Harmonies of #098681
Complementary color
Monochromatic Colors of #098681
Black with #098681
Text Example
Text Example
White with #098681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098681; }
p { color: rgb(9,134,129); }
H1.HeaderClassName
{
color: #098681;
}
.AnyTagClassName
{
color: #098681;
}
</style>
background-color css
<style>
a { background-color: #098681; }
a { background-color: rgb(9,134,129); }
div.DivClassName
{
background-color: #098681;
}
.BgClassName
{
background-color: #098681;
}
</style>
border-color css
<style>
span { border-color: #098681; }
span { border-color: rgb(9,134,129); }
td.TdClassName
{
border-color: #098681;
}
.TagClassName
{
border-color: #098681;
}
</style>