Shades of Teal #098285
Tints of Teal #098285
RGB
CMYK
RGB Variations
Color information
#098285 (or 0x098285) is known color: Teal. HEX triplet: 09, 82 and 85. RGB value is (9,130,133). Sum of RGB (Red+Green+Blue) = 9+130+133=272 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.31% from 272); Green value is 130 (51.17% from 255 or 47.79% from 272); Blue value is 133 (52.34% from 255 or 48.90% from 272); Max value from RGB is 133 - color contains mainly: blue. Hex color #098285 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098285 is #F67D7A. Grayscale: #5E5E5E. Windows color (decimal): -16153979 or 8749577. OLE color: 8749577.
HSL color Cylindrical-coordinate representation of color #098285: hue angle of 181.45º 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 #098285 is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 130 | 133 | - |
| CMYK | 0.93 | 0.02 | 0 | 0.48 |
| HSL | 181.45º | 0.87% | 0.28% | - |
| HSV(B) | 181.45º | 0.93% | 0.52% | - |
| XYZ | 12.33 | 17.72 | 24.96 | - |
| YUV | 94.16 | 149.91 | 67.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 130 | 133 | 0.93 | 0.02 | 0 | 0.48 | 181.45 | 0.87 | 0.28 |
| Hex | 9 | 82 | 85 | 5D | 2 | 0 | 30 | B5 | 57 | 1C |
| Octal | 11 | 202 | 205 | 135 | 2 | 0 | 60 | 265 | 127 | 34 |
| Binary | 1001 | 10000010 | 10000101 | 1011101 | 10 | 0 | 110000 | 10110101 | 1010111 | 11100 |
Color Harmonies of #098285
Complementary color
Monochromatic Colors of #098285
Black with #098285
Text Example
Text Example
White with #098285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098285; }
p { color: rgb(9,130,133); }
H1.HeaderClassName
{
color: #098285;
}
.AnyTagClassName
{
color: #098285;
}
</style>
background-color css
<style>
a { background-color: #098285; }
a { background-color: rgb(9,130,133); }
div.DivClassName
{
background-color: #098285;
}
.BgClassName
{
background-color: #098285;
}
</style>
border-color css
<style>
span { border-color: #098285; }
span { border-color: rgb(9,130,133); }
td.TdClassName
{
border-color: #098285;
}
.TagClassName
{
border-color: #098285;
}
</style>