Shades of Teal #098582
Tints of Teal #098582
RGB
CMYK
RGB Variations
Color information
#098582 (or 0x098582) is known color: Teal. HEX triplet: 09, 85 and 82. RGB value is (9,133,130). Sum of RGB (Red+Green+Blue) = 9+133+130=272 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.31% from 272); Green value is 133 (52.34% from 255 or 48.90% from 272); Blue value is 130 (51.17% from 255 or 47.79% from 272); Max value from RGB is 133 - color contains mainly: green. Hex color #098582 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098582 is #F67A7D. Grayscale: #5F5F5F. Windows color (decimal): -16153214 or 8553737. OLE color: 8553737.
HSL color Cylindrical-coordinate representation of color #098582: hue angle of 178.55º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098582 is Cyan = 0.93, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 133 | 130 | - |
| CMYK | 0.93 | 0 | 0.02 | 0.48 |
| HSL | 178.55º | 0.87% | 0.28% | - |
| HSV(B) | 178.55º | 0.93% | 0.52% | - |
| XYZ | 12.53 | 18.44 | 24.02 | - |
| YUV | 95.58 | 147.42 | 66.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 133 | 130 | 0.93 | 0 | 0.02 | 0.48 | 178.55 | 0.87 | 0.28 |
| Hex | 9 | 85 | 82 | 5D | 0 | 2 | 30 | B3 | 57 | 1C |
| Octal | 11 | 205 | 202 | 135 | 0 | 2 | 60 | 263 | 127 | 34 |
| Binary | 1001 | 10000101 | 10000010 | 1011101 | 0 | 10 | 110000 | 10110011 | 1010111 | 11100 |
Color Harmonies of #098582
Complementary color
Monochromatic Colors of #098582
Black with #098582
Text Example
Text Example
White with #098582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098582; }
p { color: rgb(9,133,130); }
H1.HeaderClassName
{
color: #098582;
}
.AnyTagClassName
{
color: #098582;
}
</style>
background-color css
<style>
a { background-color: #098582; }
a { background-color: rgb(9,133,130); }
div.DivClassName
{
background-color: #098582;
}
.BgClassName
{
background-color: #098582;
}
</style>
border-color css
<style>
span { border-color: #098582; }
span { border-color: rgb(9,133,130); }
td.TdClassName
{
border-color: #098582;
}
.TagClassName
{
border-color: #098582;
}
</style>