Shades of Teal #09718A
Tints of Teal #09718A
RGB
CMYK
RGB Variations
Color information
#09718A (or 0x09718A) is known color: Teal. HEX triplet: 09, 71 and 8A. RGB value is (9,113,138). Sum of RGB (Red+Green+Blue) = 9+113+138=260 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.46% from 260); Green value is 113 (44.53% from 255 or 43.46% from 260); Blue value is 138 (54.30% from 255 or 53.08% from 260); Max value from RGB is 138 - color contains mainly: blue. Hex color #09718A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09718A is #F68E75. Grayscale: #545454. Windows color (decimal): -16158326 or 9072905. OLE color: 9072905.
HSL color Cylindrical-coordinate representation of color #09718A: hue angle of 191.63º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09718A is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 113 | 138 | - |
| CMYK | 0.93 | 0.18 | 0 | 0.46 |
| HSL | 191.63º | 0.88% | 0.29% | - |
| HSV(B) | 191.63º | 0.93% | 0.54% | - |
| XYZ | 10.61 | 13.7 | 26.13 | - |
| YUV | 84.75 | 158.04 | 73.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 113 | 138 | 0.93 | 0.18 | 0 | 0.46 | 191.63 | 0.88 | 0.29 |
| Hex | 9 | 71 | 8A | 5D | 12 | 0 | 2E | C0 | 58 | 1D |
| Octal | 11 | 161 | 212 | 135 | 22 | 0 | 56 | 300 | 130 | 35 |
| Binary | 1001 | 1110001 | 10001010 | 1011101 | 10010 | 0 | 101110 | 11000000 | 1011000 | 11101 |
Color Harmonies of #09718A
Complementary color
Monochromatic Colors of #09718A
Black with #09718A
Text Example
Text Example
White with #09718A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09718A; }
p { color: rgb(9,113,138); }
H1.HeaderClassName
{
color: #09718A;
}
.AnyTagClassName
{
color: #09718A;
}
</style>
background-color css
<style>
a { background-color: #09718A; }
a { background-color: rgb(9,113,138); }
div.DivClassName
{
background-color: #09718A;
}
.BgClassName
{
background-color: #09718A;
}
</style>
border-color css
<style>
span { border-color: #09718A; }
span { border-color: rgb(9,113,138); }
td.TdClassName
{
border-color: #09718A;
}
.TagClassName
{
border-color: #09718A;
}
</style>