Shades of Teal #098384
Tints of Teal #098384
RGB
CMYK
RGB Variations
Color information
#098384 (or 0x098384) is known color: Teal. HEX triplet: 09, 83 and 84. RGB value is (9,131,132). Sum of RGB (Red+Green+Blue) = 9+131+132=272 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.31% from 272); Green value is 131 (51.56% from 255 or 48.16% from 272); Blue value is 132 (51.95% from 255 or 48.53% from 272); Max value from RGB is 132 - color contains mainly: blue. Hex color #098384 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098384 is #F67C7B. Grayscale: #5E5E5E. Windows color (decimal): -16153724 or 8684297. OLE color: 8684297.
HSL color Cylindrical-coordinate representation of color #098384: hue angle of 180.49º 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 #098384 is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 131 | 132 | - |
| CMYK | 0.93 | 0.01 | 0 | 0.48 |
| HSL | 180.49º | 0.87% | 0.28% | - |
| HSV(B) | 180.49º | 0.93% | 0.52% | - |
| XYZ | 12.39 | 17.96 | 24.64 | - |
| YUV | 94.64 | 149.08 | 66.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 131 | 132 | 0.93 | 0.01 | 0 | 0.48 | 180.49 | 0.87 | 0.28 |
| Hex | 9 | 83 | 84 | 5D | 1 | 0 | 30 | B4 | 57 | 1C |
| Octal | 11 | 203 | 204 | 135 | 1 | 0 | 60 | 264 | 127 | 34 |
| Binary | 1001 | 10000011 | 10000100 | 1011101 | 1 | 0 | 110000 | 10110100 | 1010111 | 11100 |
Color Harmonies of #098384
Complementary color
Monochromatic Colors of #098384
Black with #098384
Text Example
Text Example
White with #098384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098384; }
p { color: rgb(9,131,132); }
H1.HeaderClassName
{
color: #098384;
}
.AnyTagClassName
{
color: #098384;
}
</style>
background-color css
<style>
a { background-color: #098384; }
a { background-color: rgb(9,131,132); }
div.DivClassName
{
background-color: #098384;
}
.BgClassName
{
background-color: #098384;
}
</style>
border-color css
<style>
span { border-color: #098384; }
span { border-color: rgb(9,131,132); }
td.TdClassName
{
border-color: #098384;
}
.TagClassName
{
border-color: #098384;
}
</style>