Shades of Teal #097182
Tints of Teal #097182
RGB
CMYK
RGB Variations
Color information
#097182 (or 0x097182) is known color: Teal. HEX triplet: 09, 71 and 82. RGB value is (9,113,130). Sum of RGB (Red+Green+Blue) = 9+113+130=252 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.57% from 252); Green value is 113 (44.53% from 255 or 44.84% from 252); Blue value is 130 (51.17% from 255 or 51.59% from 252); Max value from RGB is 130 - color contains mainly: blue. Hex color #097182 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097182 is #F68E7D. Grayscale: #535353. Windows color (decimal): -16158334 or 8548617. OLE color: 8548617.
HSL color Cylindrical-coordinate representation of color #097182: hue angle of 188.43º 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 #097182 is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 9 | 113 | 130 | - |
| CMYK | 0.93 | 0.13 | 0 | 0.49 |
| HSL | 188.43º | 0.87% | 0.27% | - |
| HSV(B) | 188.43º | 0.93% | 0.51% | - |
| XYZ | 10.05 | 13.48 | 23.19 | - |
| YUV | 83.84 | 154.04 | 74.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 113 | 130 | 0.93 | 0.13 | 0 | 0.49 | 188.43 | 0.87 | 0.27 |
| Hex | 9 | 71 | 82 | 5D | D | 0 | 31 | BC | 57 | 1B |
| Octal | 11 | 161 | 202 | 135 | 15 | 0 | 61 | 274 | 127 | 33 |
| Binary | 1001 | 1110001 | 10000010 | 1011101 | 1101 | 0 | 110001 | 10111100 | 1010111 | 11011 |
Color Harmonies of #097182
Complementary color
Monochromatic Colors of #097182
Black with #097182
Text Example
Text Example
White with #097182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097182; }
p { color: rgb(9,113,130); }
H1.HeaderClassName
{
color: #097182;
}
.AnyTagClassName
{
color: #097182;
}
</style>
background-color css
<style>
a { background-color: #097182; }
a { background-color: rgb(9,113,130); }
div.DivClassName
{
background-color: #097182;
}
.BgClassName
{
background-color: #097182;
}
</style>
border-color css
<style>
span { border-color: #097182; }
span { border-color: rgb(9,113,130); }
td.TdClassName
{
border-color: #097182;
}
.TagClassName
{
border-color: #097182;
}
</style>