Shades of Teal #098083
Tints of Teal #098083
RGB
CMYK
RGB Variations
Color information
#098083 (or 0x098083) is known color: Teal. HEX triplet: 09, 80 and 83. RGB value is (9,128,131). Sum of RGB (Red+Green+Blue) = 9+128+131=268 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.36% from 268); Green value is 128 (50.39% from 255 or 47.76% from 268); Blue value is 131 (51.56% from 255 or 48.88% from 268); Max value from RGB is 131 - color contains mainly: blue. Hex color #098083 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098083 is #F67F7C. Grayscale: #5C5C5C. Windows color (decimal): -16154493 or 8617993. OLE color: 8617993.
HSL color Cylindrical-coordinate representation of color #098083: hue angle of 181.48º 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 #098083 is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 9 | 128 | 131 | - |
| CMYK | 0.93 | 0.02 | 0 | 0.49 |
| HSL | 181.48º | 0.87% | 0.27% | - |
| HSV(B) | 181.48º | 0.93% | 0.51% | - |
| XYZ | 11.93 | 17.14 | 24.15 | - |
| YUV | 92.76 | 149.58 | 68.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 128 | 131 | 0.93 | 0.02 | 0 | 0.49 | 181.48 | 0.87 | 0.27 |
| Hex | 9 | 80 | 83 | 5D | 2 | 0 | 31 | B5 | 57 | 1B |
| Octal | 11 | 200 | 203 | 135 | 2 | 0 | 61 | 265 | 127 | 33 |
| Binary | 1001 | 10000000 | 10000011 | 1011101 | 10 | 0 | 110001 | 10110101 | 1010111 | 11011 |
Color Harmonies of #098083
Complementary color
Monochromatic Colors of #098083
Black with #098083
Text Example
Text Example
White with #098083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098083; }
p { color: rgb(9,128,131); }
H1.HeaderClassName
{
color: #098083;
}
.AnyTagClassName
{
color: #098083;
}
</style>
background-color css
<style>
a { background-color: #098083; }
a { background-color: rgb(9,128,131); }
div.DivClassName
{
background-color: #098083;
}
.BgClassName
{
background-color: #098083;
}
</style>
border-color css
<style>
span { border-color: #098083; }
span { border-color: rgb(9,128,131); }
td.TdClassName
{
border-color: #098083;
}
.TagClassName
{
border-color: #098083;
}
</style>