Shades of Teal #09807D
Tints of Teal #09807D
RGB
CMYK
RGB Variations
Color information
#09807D (or 0x09807D) is known color: Teal. HEX triplet: 09, 80 and 7D. RGB value is (9,128,125). Sum of RGB (Red+Green+Blue) = 9+128+125=262 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.44% from 262); Green value is 128 (50.39% from 255 or 48.85% from 262); Blue value is 125 (49.22% from 255 or 47.71% from 262); Max value from RGB is 128 - color contains mainly: green. Hex color #09807D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09807D is #F67F82. Grayscale: #5B5B5B. Windows color (decimal): -16154499 or 8224777. OLE color: 8224777.
HSL color Cylindrical-coordinate representation of color #09807D: hue angle of 178.49º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09807D is Cyan = 0.93, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 9 | 128 | 125 | - |
| CMYK | 0.93 | 0 | 0.02 | 0.50 |
| HSL | 178.49º | 0.87% | 0.27% | - |
| HSV(B) | 178.49º | 0.93% | 0.5% | - |
| XYZ | 11.53 | 16.98 | 22.07 | - |
| YUV | 92.08 | 146.58 | 68.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 128 | 125 | 0.93 | 0 | 0.02 | 0.50 | 178.49 | 0.87 | 0.27 |
| Hex | 9 | 80 | 7D | 5D | 0 | 2 | 32 | B2 | 57 | 1B |
| Octal | 11 | 200 | 175 | 135 | 0 | 2 | 62 | 262 | 127 | 33 |
| Binary | 1001 | 10000000 | 1111101 | 1011101 | 0 | 10 | 110010 | 10110010 | 1010111 | 11011 |
Color Harmonies of #09807D
Complementary color
Monochromatic Colors of #09807D
Black with #09807D
Text Example
Text Example
White with #09807D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09807D; }
p { color: rgb(9,128,125); }
H1.HeaderClassName
{
color: #09807D;
}
.AnyTagClassName
{
color: #09807D;
}
</style>
background-color css
<style>
a { background-color: #09807D; }
a { background-color: rgb(9,128,125); }
div.DivClassName
{
background-color: #09807D;
}
.BgClassName
{
background-color: #09807D;
}
</style>
border-color css
<style>
span { border-color: #09807D; }
span { border-color: rgb(9,128,125); }
td.TdClassName
{
border-color: #09807D;
}
.TagClassName
{
border-color: #09807D;
}
</style>