Shades of Teal #098187
Tints of Teal #098187
RGB
CMYK
RGB Variations
Color information
#098187 (or 0x098187) is known color: Teal. HEX triplet: 09, 81 and 87. RGB value is (9,129,135). Sum of RGB (Red+Green+Blue) = 9+129+135=273 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.30% from 273); Green value is 129 (50.78% from 255 or 47.25% from 273); Blue value is 135 (53.12% from 255 or 49.45% from 273); Max value from RGB is 135 - color contains mainly: blue. Hex color #098187 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098187 is #F67E78. Grayscale: #5D5D5D. Windows color (decimal): -16154233 or 8880393. OLE color: 8880393.
HSL color Cylindrical-coordinate representation of color #098187: hue angle of 182.86º 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 #098187 is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 129 | 135 | - |
| CMYK | 0.93 | 0.04 | 0 | 0.47 |
| HSL | 182.86º | 0.88% | 0.28% | - |
| HSV(B) | 182.86º | 0.93% | 0.53% | - |
| XYZ | 12.34 | 17.51 | 25.65 | - |
| YUV | 93.8 | 151.24 | 67.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 129 | 135 | 0.93 | 0.04 | 0 | 0.47 | 182.86 | 0.88 | 0.28 |
| Hex | 9 | 81 | 87 | 5D | 4 | 0 | 2F | B7 | 58 | 1C |
| Octal | 11 | 201 | 207 | 135 | 4 | 0 | 57 | 267 | 130 | 34 |
| Binary | 1001 | 10000001 | 10000111 | 1011101 | 100 | 0 | 101111 | 10110111 | 1011000 | 11100 |
Color Harmonies of #098187
Complementary color
Monochromatic Colors of #098187
Black with #098187
Text Example
Text Example
White with #098187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098187; }
p { color: rgb(9,129,135); }
H1.HeaderClassName
{
color: #098187;
}
.AnyTagClassName
{
color: #098187;
}
</style>
background-color css
<style>
a { background-color: #098187; }
a { background-color: rgb(9,129,135); }
div.DivClassName
{
background-color: #098187;
}
.BgClassName
{
background-color: #098187;
}
</style>
border-color css
<style>
span { border-color: #098187; }
span { border-color: rgb(9,129,135); }
td.TdClassName
{
border-color: #098187;
}
.TagClassName
{
border-color: #098187;
}
</style>