Shades of Teal #097682
Tints of Teal #097682
RGB
CMYK
RGB Variations
Color information
#097682 (or 0x097682) is known color: Teal. HEX triplet: 09, 76 and 82. RGB value is (9,118,130). Sum of RGB (Red+Green+Blue) = 9+118+130=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 118 (46.48% from 255 or 45.91% from 257); Blue value is 130 (51.17% from 255 or 50.58% from 257); Max value from RGB is 130 - color contains mainly: blue. Hex color #097682 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097682 is #F6897D. Grayscale: #565656. Windows color (decimal): -16157054 or 8549897. OLE color: 8549897.
HSL color Cylindrical-coordinate representation of color #097682: hue angle of 185.95º 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 #097682 is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 9 | 118 | 130 | - |
| CMYK | 0.93 | 0.09 | 0 | 0.49 |
| HSL | 185.95º | 0.87% | 0.27% | - |
| HSV(B) | 185.95º | 0.93% | 0.51% | - |
| XYZ | 10.62 | 14.63 | 23.38 | - |
| YUV | 86.78 | 152.39 | 72.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 118 | 130 | 0.93 | 0.09 | 0 | 0.49 | 185.95 | 0.87 | 0.27 |
| Hex | 9 | 76 | 82 | 5D | 9 | 0 | 31 | BA | 57 | 1B |
| Octal | 11 | 166 | 202 | 135 | 11 | 0 | 61 | 272 | 127 | 33 |
| Binary | 1001 | 1110110 | 10000010 | 1011101 | 1001 | 0 | 110001 | 10111010 | 1010111 | 11011 |
Color Harmonies of #097682
Complementary color
Monochromatic Colors of #097682
Black with #097682
Text Example
Text Example
White with #097682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097682; }
p { color: rgb(9,118,130); }
H1.HeaderClassName
{
color: #097682;
}
.AnyTagClassName
{
color: #097682;
}
</style>
background-color css
<style>
a { background-color: #097682; }
a { background-color: rgb(9,118,130); }
div.DivClassName
{
background-color: #097682;
}
.BgClassName
{
background-color: #097682;
}
</style>
border-color css
<style>
span { border-color: #097682; }
span { border-color: rgb(9,118,130); }
td.TdClassName
{
border-color: #097682;
}
.TagClassName
{
border-color: #097682;
}
</style>