Shades of Teal #09768B
Tints of Teal #09768B
RGB
CMYK
RGB Variations
Color information
#09768B (or 0x09768B) is known color: Teal. HEX triplet: 09, 76 and 8B. RGB value is (9,118,139). Sum of RGB (Red+Green+Blue) = 9+118+139=266 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.38% from 266); Green value is 118 (46.48% from 255 or 44.36% from 266); Blue value is 139 (54.69% from 255 or 52.26% from 266); Max value from RGB is 139 - color contains mainly: blue. Hex color #09768B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09768B is #F68974. Grayscale: #575757. Windows color (decimal): -16157045 or 9139721. OLE color: 9139721.
HSL color Cylindrical-coordinate representation of color #09768B: hue angle of 189.69º 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 #09768B is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 118 | 139 | - |
| CMYK | 0.94 | 0.15 | 0 | 0.45 |
| HSL | 189.69º | 0.88% | 0.29% | - |
| HSV(B) | 189.69º | 0.94% | 0.55% | - |
| XYZ | 11.25 | 14.88 | 26.71 | - |
| YUV | 87.8 | 156.89 | 71.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 118 | 139 | 0.94 | 0.15 | 0 | 0.45 | 189.69 | 0.88 | 0.29 |
| Hex | 9 | 76 | 8B | 5E | F | 0 | 2D | BE | 58 | 1D |
| Octal | 11 | 166 | 213 | 136 | 17 | 0 | 55 | 276 | 130 | 35 |
| Binary | 1001 | 1110110 | 10001011 | 1011110 | 1111 | 0 | 101101 | 10111110 | 1011000 | 11101 |
Color Harmonies of #09768B
Complementary color
Monochromatic Colors of #09768B
Black with #09768B
Text Example
Text Example
White with #09768B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09768B; }
p { color: rgb(9,118,139); }
H1.HeaderClassName
{
color: #09768B;
}
.AnyTagClassName
{
color: #09768B;
}
</style>
background-color css
<style>
a { background-color: #09768B; }
a { background-color: rgb(9,118,139); }
div.DivClassName
{
background-color: #09768B;
}
.BgClassName
{
background-color: #09768B;
}
</style>
border-color css
<style>
span { border-color: #09768B; }
span { border-color: rgb(9,118,139); }
td.TdClassName
{
border-color: #09768B;
}
.TagClassName
{
border-color: #09768B;
}
</style>