Shades of Teal #09718B
Tints of Teal #09718B
RGB
CMYK
RGB Variations
Color information
#09718B (or 0x09718B) is known color: Teal. HEX triplet: 09, 71 and 8B. RGB value is (9,113,139). Sum of RGB (Red+Green+Blue) = 9+113+139=261 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.45% from 261); Green value is 113 (44.53% from 255 or 43.30% from 261); Blue value is 139 (54.69% from 255 or 53.26% from 261); Max value from RGB is 139 - color contains mainly: blue. Hex color #09718B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09718B is #F68E74. Grayscale: #545454. Windows color (decimal): -16158325 or 9138441. OLE color: 9138441.
HSL color Cylindrical-coordinate representation of color #09718B: hue angle of 192º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09718B is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 113 | 139 | - |
| CMYK | 0.94 | 0.19 | 0 | 0.45 |
| HSL | 192º | 0.88% | 0.29% | - |
| HSV(B) | 192º | 0.94% | 0.55% | - |
| XYZ | 10.68 | 13.73 | 26.51 | - |
| YUV | 84.87 | 158.54 | 73.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 113 | 139 | 0.94 | 0.19 | 0 | 0.45 | 192 | 0.88 | 0.29 |
| Hex | 9 | 71 | 8B | 5E | 13 | 0 | 2D | C0 | 58 | 1D |
| Octal | 11 | 161 | 213 | 136 | 23 | 0 | 55 | 300 | 130 | 35 |
| Binary | 1001 | 1110001 | 10001011 | 1011110 | 10011 | 0 | 101101 | 11000000 | 1011000 | 11101 |
Color Harmonies of #09718B
Complementary color
Monochromatic Colors of #09718B
Black with #09718B
Text Example
Text Example
White with #09718B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09718B; }
p { color: rgb(9,113,139); }
H1.HeaderClassName
{
color: #09718B;
}
.AnyTagClassName
{
color: #09718B;
}
</style>
background-color css
<style>
a { background-color: #09718B; }
a { background-color: rgb(9,113,139); }
div.DivClassName
{
background-color: #09718B;
}
.BgClassName
{
background-color: #09718B;
}
</style>
border-color css
<style>
span { border-color: #09718B; }
span { border-color: rgb(9,113,139); }
td.TdClassName
{
border-color: #09718B;
}
.TagClassName
{
border-color: #09718B;
}
</style>