Shades of Teal #097283
Tints of Teal #097283
RGB
CMYK
RGB Variations
Color information
#097283 (or 0x097283) is known color: Teal. HEX triplet: 09, 72 and 83. RGB value is (9,114,131). Sum of RGB (Red+Green+Blue) = 9+114+131=254 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.54% from 254); Green value is 114 (44.92% from 255 or 44.88% from 254); Blue value is 131 (51.56% from 255 or 51.57% from 254); Max value from RGB is 131 - color contains mainly: blue. Hex color #097283 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097283 is #F68D7C. Grayscale: #545454. Windows color (decimal): -16158077 or 8614409. OLE color: 8614409.
HSL color Cylindrical-coordinate representation of color #097283: hue angle of 188.36º 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 #097283 is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 9 | 114 | 131 | - |
| CMYK | 0.93 | 0.13 | 0 | 0.49 |
| HSL | 188.36º | 0.87% | 0.27% | - |
| HSV(B) | 188.36º | 0.93% | 0.51% | - |
| XYZ | 10.23 | 13.73 | 23.58 | - |
| YUV | 84.54 | 154.21 | 74.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 114 | 131 | 0.93 | 0.13 | 0 | 0.49 | 188.36 | 0.87 | 0.27 |
| Hex | 9 | 72 | 83 | 5D | D | 0 | 31 | BC | 57 | 1B |
| Octal | 11 | 162 | 203 | 135 | 15 | 0 | 61 | 274 | 127 | 33 |
| Binary | 1001 | 1110010 | 10000011 | 1011101 | 1101 | 0 | 110001 | 10111100 | 1010111 | 11011 |
Color Harmonies of #097283
Complementary color
Monochromatic Colors of #097283
Black with #097283
Text Example
Text Example
White with #097283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097283; }
p { color: rgb(9,114,131); }
H1.HeaderClassName
{
color: #097283;
}
.AnyTagClassName
{
color: #097283;
}
</style>
background-color css
<style>
a { background-color: #097283; }
a { background-color: rgb(9,114,131); }
div.DivClassName
{
background-color: #097283;
}
.BgClassName
{
background-color: #097283;
}
</style>
border-color css
<style>
span { border-color: #097283; }
span { border-color: rgb(9,114,131); }
td.TdClassName
{
border-color: #097283;
}
.TagClassName
{
border-color: #097283;
}
</style>