Shades of Teal #09827E
Tints of Teal #09827E
RGB
CMYK
RGB Variations
Color information
#09827E (or 0x09827E) is known color: Teal. HEX triplet: 09, 82 and 7E. RGB value is (9,130,126). Sum of RGB (Red+Green+Blue) = 9+130+126=265 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.40% from 265); Green value is 130 (51.17% from 255 or 49.06% from 265); Blue value is 126 (49.61% from 255 or 47.55% from 265); Max value from RGB is 130 - color contains mainly: green. Hex color #09827E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09827E is #F67D81. Grayscale: #5D5D5D. Windows color (decimal): -16153986 or 8290825. OLE color: 8290825.
HSL color Cylindrical-coordinate representation of color #09827E: hue angle of 178.02º 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 #09827E is Cyan = 0.93, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 9 | 130 | 126 | - |
| CMYK | 0.93 | 0 | 0.03 | 0.49 |
| HSL | 178.02º | 0.87% | 0.27% | - |
| HSV(B) | 178.02º | 0.93% | 0.51% | - |
| XYZ | 11.86 | 17.53 | 22.5 | - |
| YUV | 93.37 | 146.41 | 67.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 130 | 126 | 0.93 | 0 | 0.03 | 0.49 | 178.02 | 0.87 | 0.27 |
| Hex | 9 | 82 | 7E | 5D | 0 | 3 | 31 | B2 | 57 | 1B |
| Octal | 11 | 202 | 176 | 135 | 0 | 3 | 61 | 262 | 127 | 33 |
| Binary | 1001 | 10000010 | 1111110 | 1011101 | 0 | 11 | 110001 | 10110010 | 1010111 | 11011 |
Color Harmonies of #09827E
Complementary color
Monochromatic Colors of #09827E
Black with #09827E
Text Example
Text Example
White with #09827E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09827E; }
p { color: rgb(9,130,126); }
H1.HeaderClassName
{
color: #09827E;
}
.AnyTagClassName
{
color: #09827E;
}
</style>
background-color css
<style>
a { background-color: #09827E; }
a { background-color: rgb(9,130,126); }
div.DivClassName
{
background-color: #09827E;
}
.BgClassName
{
background-color: #09827E;
}
</style>
border-color css
<style>
span { border-color: #09827E; }
span { border-color: rgb(9,130,126); }
td.TdClassName
{
border-color: #09827E;
}
.TagClassName
{
border-color: #09827E;
}
</style>