Shades of Teal #08837E
Tints of Teal #08837E
RGB
CMYK
RGB Variations
Color information
#08837E (or 0x08837E) is known color: Teal. HEX triplet: 08, 83 and 7E. RGB value is (8,131,126). Sum of RGB (Red+Green+Blue) = 8+131+126=265 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.02% from 265); Green value is 131 (51.56% from 255 or 49.43% from 265); Blue value is 126 (49.61% from 255 or 47.55% from 265); Max value from RGB is 131 - color contains mainly: green. Hex color #08837E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08837E is #F77C81. Grayscale: #5D5D5D. Windows color (decimal): -16219266 or 8291080. OLE color: 8291080.
HSL color Cylindrical-coordinate representation of color #08837E: hue angle of 177.56º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08837E is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 131 | 126 | - |
| CMYK | 0.94 | 0 | 0.04 | 0.49 |
| HSL | 177.56º | 0.88% | 0.27% | - |
| HSV(B) | 177.56º | 0.94% | 0.51% | - |
| XYZ | 11.98 | 17.79 | 22.54 | - |
| YUV | 93.65 | 146.25 | 66.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 131 | 126 | 0.94 | 0 | 0.04 | 0.49 | 177.56 | 0.88 | 0.27 |
| Hex | 8 | 83 | 7E | 5E | 0 | 4 | 31 | B2 | 58 | 1B |
| Octal | 10 | 203 | 176 | 136 | 0 | 4 | 61 | 262 | 130 | 33 |
| Binary | 1000 | 10000011 | 1111110 | 1011110 | 0 | 100 | 110001 | 10110010 | 1011000 | 11011 |
Color Harmonies of #08837E
Complementary color
Monochromatic Colors of #08837E
Black with #08837E
Text Example
Text Example
White with #08837E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08837E; }
p { color: rgb(8,131,126); }
H1.HeaderClassName
{
color: #08837E;
}
.AnyTagClassName
{
color: #08837E;
}
</style>
background-color css
<style>
a { background-color: #08837E; }
a { background-color: rgb(8,131,126); }
div.DivClassName
{
background-color: #08837E;
}
.BgClassName
{
background-color: #08837E;
}
</style>
border-color css
<style>
span { border-color: #08837E; }
span { border-color: rgb(8,131,126); }
td.TdClassName
{
border-color: #08837E;
}
.TagClassName
{
border-color: #08837E;
}
</style>