Shades of Teal #097D84
Tints of Teal #097D84
RGB
CMYK
RGB Variations
Color information
#097D84 (or 0x097D84) is known color: Teal. HEX triplet: 09, 7D and 84. RGB value is (9,125,132). Sum of RGB (Red+Green+Blue) = 9+125+132=266 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.38% from 266); Green value is 125 (49.22% from 255 or 46.99% from 266); Blue value is 132 (51.95% from 255 or 49.62% from 266); Max value from RGB is 132 - color contains mainly: blue. Hex color #097D84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097D84 is #F6827B. Grayscale: #5A5A5A. Windows color (decimal): -16155260 or 8682761. OLE color: 8682761.
HSL color Cylindrical-coordinate representation of color #097D84: hue angle of 183.41º 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 #097D84 is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 125 | 132 | - |
| CMYK | 0.93 | 0.05 | 0 | 0.48 |
| HSL | 183.41º | 0.87% | 0.28% | - |
| HSV(B) | 183.41º | 0.93% | 0.52% | - |
| XYZ | 11.61 | 16.39 | 24.38 | - |
| YUV | 91.11 | 151.07 | 69.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 125 | 132 | 0.93 | 0.05 | 0 | 0.48 | 183.41 | 0.87 | 0.28 |
| Hex | 9 | 7D | 84 | 5D | 5 | 0 | 30 | B7 | 57 | 1C |
| Octal | 11 | 175 | 204 | 135 | 5 | 0 | 60 | 267 | 127 | 34 |
| Binary | 1001 | 1111101 | 10000100 | 1011101 | 101 | 0 | 110000 | 10110111 | 1010111 | 11100 |
Color Harmonies of #097D84
Complementary color
Monochromatic Colors of #097D84
Black with #097D84
Text Example
Text Example
White with #097D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097D84; }
p { color: rgb(9,125,132); }
H1.HeaderClassName
{
color: #097D84;
}
.AnyTagClassName
{
color: #097D84;
}
</style>
background-color css
<style>
a { background-color: #097D84; }
a { background-color: rgb(9,125,132); }
div.DivClassName
{
background-color: #097D84;
}
.BgClassName
{
background-color: #097D84;
}
</style>
border-color css
<style>
span { border-color: #097D84; }
span { border-color: rgb(9,125,132); }
td.TdClassName
{
border-color: #097D84;
}
.TagClassName
{
border-color: #097D84;
}
</style>