Shades of Teal #09718C
Tints of Teal #09718C
RGB
CMYK
RGB Variations
Color information
#09718C (or 0x09718C) is known color: Teal. HEX triplet: 09, 71 and 8C. RGB value is (9,113,140). Sum of RGB (Red+Green+Blue) = 9+113+140=262 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.44% from 262); Green value is 113 (44.53% from 255 or 43.13% from 262); Blue value is 140 (55.08% from 255 or 53.44% from 262); Max value from RGB is 140 - color contains mainly: blue. Hex color #09718C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09718C is #F68E73. Grayscale: #545454. Windows color (decimal): -16158324 or 9203977. OLE color: 9203977.
HSL color Cylindrical-coordinate representation of color #09718C: hue angle of 192.37º 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 #09718C is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 113 | 140 | - |
| CMYK | 0.94 | 0.19 | 0 | 0.45 |
| HSL | 192.37º | 0.88% | 0.29% | - |
| HSV(B) | 192.37º | 0.94% | 0.55% | - |
| XYZ | 10.75 | 13.76 | 26.9 | - |
| YUV | 84.98 | 159.04 | 73.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 113 | 140 | 0.94 | 0.19 | 0 | 0.45 | 192.37 | 0.88 | 0.29 |
| Hex | 9 | 71 | 8C | 5E | 13 | 0 | 2D | C0 | 58 | 1D |
| Octal | 11 | 161 | 214 | 136 | 23 | 0 | 55 | 300 | 130 | 35 |
| Binary | 1001 | 1110001 | 10001100 | 1011110 | 10011 | 0 | 101101 | 11000000 | 1011000 | 11101 |
Color Harmonies of #09718C
Complementary color
Monochromatic Colors of #09718C
Black with #09718C
Text Example
Text Example
White with #09718C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09718C; }
p { color: rgb(9,113,140); }
H1.HeaderClassName
{
color: #09718C;
}
.AnyTagClassName
{
color: #09718C;
}
</style>
background-color css
<style>
a { background-color: #09718C; }
a { background-color: rgb(9,113,140); }
div.DivClassName
{
background-color: #09718C;
}
.BgClassName
{
background-color: #09718C;
}
</style>
border-color css
<style>
span { border-color: #09718C; }
span { border-color: rgb(9,113,140); }
td.TdClassName
{
border-color: #09718C;
}
.TagClassName
{
border-color: #09718C;
}
</style>