Shades of Teal #09827D
Tints of Teal #09827D
RGB
CMYK
RGB Variations
Color information
#09827D (or 0x09827D) is known color: Teal. HEX triplet: 09, 82 and 7D. RGB value is (9,130,125). Sum of RGB (Red+Green+Blue) = 9+130+125=264 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.41% from 264); Green value is 130 (51.17% from 255 or 49.24% from 264); Blue value is 125 (49.22% from 255 or 47.35% from 264); Max value from RGB is 130 - color contains mainly: green. Hex color #09827D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09827D is #F67D82. Grayscale: #5D5D5D. Windows color (decimal): -16153987 or 8225289. OLE color: 8225289.
HSL color Cylindrical-coordinate representation of color #09827D: hue angle of 177.52º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09827D is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 9 | 130 | 125 | - |
| CMYK | 0.93 | 0 | 0.04 | 0.49 |
| HSL | 177.52º | 0.87% | 0.27% | - |
| HSV(B) | 177.52º | 0.93% | 0.51% | - |
| XYZ | 11.8 | 17.5 | 22.16 | - |
| YUV | 93.25 | 145.91 | 67.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 130 | 125 | 0.93 | 0 | 0.04 | 0.49 | 177.52 | 0.87 | 0.27 |
| Hex | 9 | 82 | 7D | 5D | 0 | 4 | 31 | B2 | 57 | 1B |
| Octal | 11 | 202 | 175 | 135 | 0 | 4 | 61 | 262 | 127 | 33 |
| Binary | 1001 | 10000010 | 1111101 | 1011101 | 0 | 100 | 110001 | 10110010 | 1010111 | 11011 |
Color Harmonies of #09827D
Complementary color
Monochromatic Colors of #09827D
Black with #09827D
Text Example
Text Example
White with #09827D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09827D; }
p { color: rgb(9,130,125); }
H1.HeaderClassName
{
color: #09827D;
}
.AnyTagClassName
{
color: #09827D;
}
</style>
background-color css
<style>
a { background-color: #09827D; }
a { background-color: rgb(9,130,125); }
div.DivClassName
{
background-color: #09827D;
}
.BgClassName
{
background-color: #09827D;
}
</style>
border-color css
<style>
span { border-color: #09827D; }
span { border-color: rgb(9,130,125); }
td.TdClassName
{
border-color: #09827D;
}
.TagClassName
{
border-color: #09827D;
}
</style>