Shades of Teal #098082
Tints of Teal #098082
RGB
CMYK
RGB Variations
Color information
#098082 (or 0x098082) is known color: Teal. HEX triplet: 09, 80 and 82. RGB value is (9,128,130). Sum of RGB (Red+Green+Blue) = 9+128+130=267 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.37% from 267); Green value is 128 (50.39% from 255 or 47.94% from 267); Blue value is 130 (51.17% from 255 or 48.69% from 267); Max value from RGB is 130 - color contains mainly: blue. Hex color #098082 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098082 is #F67F7D. Grayscale: #5C5C5C. Windows color (decimal): -16154494 or 8552457. OLE color: 8552457.
HSL color Cylindrical-coordinate representation of color #098082: hue angle of 180.99º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098082 is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 9 | 128 | 130 | - |
| CMYK | 0.93 | 0.02 | 0 | 0.49 |
| HSL | 180.99º | 0.87% | 0.27% | - |
| HSV(B) | 180.99º | 0.93% | 0.51% | - |
| XYZ | 11.86 | 17.11 | 23.8 | - |
| YUV | 92.65 | 149.08 | 68.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 128 | 130 | 0.93 | 0.02 | 0 | 0.49 | 180.99 | 0.87 | 0.27 |
| Hex | 9 | 80 | 82 | 5D | 2 | 0 | 31 | B5 | 57 | 1B |
| Octal | 11 | 200 | 202 | 135 | 2 | 0 | 61 | 265 | 127 | 33 |
| Binary | 1001 | 10000000 | 10000010 | 1011101 | 10 | 0 | 110001 | 10110101 | 1010111 | 11011 |
Color Harmonies of #098082
Complementary color
Monochromatic Colors of #098082
Black with #098082
Text Example
Text Example
White with #098082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098082; }
p { color: rgb(9,128,130); }
H1.HeaderClassName
{
color: #098082;
}
.AnyTagClassName
{
color: #098082;
}
</style>
background-color css
<style>
a { background-color: #098082; }
a { background-color: rgb(9,128,130); }
div.DivClassName
{
background-color: #098082;
}
.BgClassName
{
background-color: #098082;
}
</style>
border-color css
<style>
span { border-color: #098082; }
span { border-color: rgb(9,128,130); }
td.TdClassName
{
border-color: #098082;
}
.TagClassName
{
border-color: #098082;
}
</style>