Shades of Teal #097584
Tints of Teal #097584
RGB
CMYK
RGB Variations
Color information
#097584 (or 0x097584) is known color: Teal. HEX triplet: 09, 75 and 84. RGB value is (9,117,132). Sum of RGB (Red+Green+Blue) = 9+117+132=258 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.49% from 258); Green value is 117 (46.09% from 255 or 45.35% from 258); Blue value is 132 (51.95% from 255 or 51.16% from 258); Max value from RGB is 132 - color contains mainly: blue. Hex color #097584 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097584 is #F68A7B. Grayscale: #565656. Windows color (decimal): -16157308 or 8680713. OLE color: 8680713.
HSL color Cylindrical-coordinate representation of color #097584: hue angle of 187.32º 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 #097584 is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 117 | 132 | - |
| CMYK | 0.93 | 0.11 | 0 | 0.48 |
| HSL | 187.32º | 0.87% | 0.28% | - |
| HSV(B) | 187.32º | 0.93% | 0.52% | - |
| XYZ | 10.64 | 14.45 | 24.06 | - |
| YUV | 86.42 | 153.72 | 72.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 117 | 132 | 0.93 | 0.11 | 0 | 0.48 | 187.32 | 0.87 | 0.28 |
| Hex | 9 | 75 | 84 | 5D | B | 0 | 30 | BB | 57 | 1C |
| Octal | 11 | 165 | 204 | 135 | 13 | 0 | 60 | 273 | 127 | 34 |
| Binary | 1001 | 1110101 | 10000100 | 1011101 | 1011 | 0 | 110000 | 10111011 | 1010111 | 11100 |
Color Harmonies of #097584
Complementary color
Monochromatic Colors of #097584
Black with #097584
Text Example
Text Example
White with #097584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097584; }
p { color: rgb(9,117,132); }
H1.HeaderClassName
{
color: #097584;
}
.AnyTagClassName
{
color: #097584;
}
</style>
background-color css
<style>
a { background-color: #097584; }
a { background-color: rgb(9,117,132); }
div.DivClassName
{
background-color: #097584;
}
.BgClassName
{
background-color: #097584;
}
</style>
border-color css
<style>
span { border-color: #097584; }
span { border-color: rgb(9,117,132); }
td.TdClassName
{
border-color: #097584;
}
.TagClassName
{
border-color: #097584;
}
</style>