Shades of Teal #097383
Tints of Teal #097383
RGB
CMYK
RGB Variations
Color information
#097383 (or 0x097383) is known color: Teal. HEX triplet: 09, 73 and 83. RGB value is (9,115,131). Sum of RGB (Red+Green+Blue) = 9+115+131=255 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.53% from 255); Green value is 115 (45.31% from 255 or 45.10% from 255); Blue value is 131 (51.56% from 255 or 51.37% from 255); Max value from RGB is 131 - color contains mainly: blue. Hex color #097383 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097383 is #F68C7C. Grayscale: #545454. Windows color (decimal): -16157821 or 8614665. OLE color: 8614665.
HSL color Cylindrical-coordinate representation of color #097383: hue angle of 187.87º 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 #097383 is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 9 | 115 | 131 | - |
| CMYK | 0.93 | 0.12 | 0 | 0.49 |
| HSL | 187.87º | 0.87% | 0.27% | - |
| HSV(B) | 187.87º | 0.93% | 0.51% | - |
| XYZ | 10.34 | 13.96 | 23.62 | - |
| YUV | 85.13 | 153.88 | 73.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 115 | 131 | 0.93 | 0.12 | 0 | 0.49 | 187.87 | 0.87 | 0.27 |
| Hex | 9 | 73 | 83 | 5D | C | 0 | 31 | BC | 57 | 1B |
| Octal | 11 | 163 | 203 | 135 | 14 | 0 | 61 | 274 | 127 | 33 |
| Binary | 1001 | 1110011 | 10000011 | 1011101 | 1100 | 0 | 110001 | 10111100 | 1010111 | 11011 |
Color Harmonies of #097383
Complementary color
Monochromatic Colors of #097383
Black with #097383
Text Example
Text Example
White with #097383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097383; }
p { color: rgb(9,115,131); }
H1.HeaderClassName
{
color: #097383;
}
.AnyTagClassName
{
color: #097383;
}
</style>
background-color css
<style>
a { background-color: #097383; }
a { background-color: rgb(9,115,131); }
div.DivClassName
{
background-color: #097383;
}
.BgClassName
{
background-color: #097383;
}
</style>
border-color css
<style>
span { border-color: #097383; }
span { border-color: rgb(9,115,131); }
td.TdClassName
{
border-color: #097383;
}
.TagClassName
{
border-color: #097383;
}
</style>