Shades of Teal #098183
Tints of Teal #098183
RGB
CMYK
RGB Variations
Color information
#098183 (or 0x098183) is known color: Teal. HEX triplet: 09, 81 and 83. RGB value is (9,129,131). Sum of RGB (Red+Green+Blue) = 9+129+131=269 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.35% from 269); Green value is 129 (50.78% from 255 or 47.96% from 269); Blue value is 131 (51.56% from 255 or 48.70% from 269); Max value from RGB is 131 - color contains mainly: blue. Hex color #098183 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098183 is #F67E7C. Grayscale: #5D5D5D. Windows color (decimal): -16154237 or 8618249. OLE color: 8618249.
HSL color Cylindrical-coordinate representation of color #098183: hue angle of 180.98º 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 #098183 is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 9 | 129 | 131 | - |
| CMYK | 0.93 | 0.02 | 0 | 0.49 |
| HSL | 180.98º | 0.87% | 0.27% | - |
| HSV(B) | 180.98º | 0.93% | 0.51% | - |
| XYZ | 12.06 | 17.4 | 24.2 | - |
| YUV | 93.35 | 149.24 | 67.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 129 | 131 | 0.93 | 0.02 | 0 | 0.49 | 180.98 | 0.87 | 0.27 |
| Hex | 9 | 81 | 83 | 5D | 2 | 0 | 31 | B5 | 57 | 1B |
| Octal | 11 | 201 | 203 | 135 | 2 | 0 | 61 | 265 | 127 | 33 |
| Binary | 1001 | 10000001 | 10000011 | 1011101 | 10 | 0 | 110001 | 10110101 | 1010111 | 11011 |
Color Harmonies of #098183
Complementary color
Monochromatic Colors of #098183
Black with #098183
Text Example
Text Example
White with #098183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098183; }
p { color: rgb(9,129,131); }
H1.HeaderClassName
{
color: #098183;
}
.AnyTagClassName
{
color: #098183;
}
</style>
background-color css
<style>
a { background-color: #098183; }
a { background-color: rgb(9,129,131); }
div.DivClassName
{
background-color: #098183;
}
.BgClassName
{
background-color: #098183;
}
</style>
border-color css
<style>
span { border-color: #098183; }
span { border-color: rgb(9,129,131); }
td.TdClassName
{
border-color: #098183;
}
.TagClassName
{
border-color: #098183;
}
</style>