Shades of Teal #09788D
Tints of Teal #09788D
RGB
CMYK
RGB Variations
Color information
#09788D (or 0x09788D) is known color: Teal. HEX triplet: 09, 78 and 8D. RGB value is (9,120,141). Sum of RGB (Red+Green+Blue) = 9+120+141=270 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.33% from 270); Green value is 120 (47.27% from 255 or 44.44% from 270); Blue value is 141 (55.47% from 255 or 52.22% from 270); Max value from RGB is 141 - color contains mainly: blue. Hex color #09788D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09788D is #F68772. Grayscale: #595959. Windows color (decimal): -16156531 or 9271305. OLE color: 9271305.
HSL color Cylindrical-coordinate representation of color #09788D: hue angle of 189.55º 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 #09788D is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 120 | 141 | - |
| CMYK | 0.94 | 0.15 | 0 | 0.45 |
| HSL | 189.55º | 0.88% | 0.29% | - |
| HSV(B) | 189.55º | 0.94% | 0.55% | - |
| XYZ | 11.64 | 15.41 | 27.56 | - |
| YUV | 89.21 | 157.23 | 70.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 120 | 141 | 0.94 | 0.15 | 0 | 0.45 | 189.55 | 0.88 | 0.29 |
| Hex | 9 | 78 | 8D | 5E | F | 0 | 2D | BE | 58 | 1D |
| Octal | 11 | 170 | 215 | 136 | 17 | 0 | 55 | 276 | 130 | 35 |
| Binary | 1001 | 1111000 | 10001101 | 1011110 | 1111 | 0 | 101101 | 10111110 | 1011000 | 11101 |
Color Harmonies of #09788D
Complementary color
Monochromatic Colors of #09788D
Black with #09788D
Text Example
Text Example
White with #09788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09788D; }
p { color: rgb(9,120,141); }
H1.HeaderClassName
{
color: #09788D;
}
.AnyTagClassName
{
color: #09788D;
}
</style>
background-color css
<style>
a { background-color: #09788D; }
a { background-color: rgb(9,120,141); }
div.DivClassName
{
background-color: #09788D;
}
.BgClassName
{
background-color: #09788D;
}
</style>
border-color css
<style>
span { border-color: #09788D; }
span { border-color: rgb(9,120,141); }
td.TdClassName
{
border-color: #09788D;
}
.TagClassName
{
border-color: #09788D;
}
</style>