Shades of Teal #08837B
Tints of Teal #08837B
RGB
CMYK
RGB Variations
Color information
#08837B (or 0x08837B) is known color: Teal. HEX triplet: 08, 83 and 7B. RGB value is (8,131,123). Sum of RGB (Red+Green+Blue) = 8+131+123=262 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.05% from 262); Green value is 131 (51.56% from 255 or 50% from 262); Blue value is 123 (48.44% from 255 or 46.95% from 262); Max value from RGB is 131 - color contains mainly: green. Hex color #08837B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08837B is #F77C84. Grayscale: #5D5D5D. Windows color (decimal): -16219269 or 8094472. OLE color: 8094472.
HSL color Cylindrical-coordinate representation of color #08837B: hue angle of 176.1º 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 #08837B is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 131 | 123 | - |
| CMYK | 0.94 | 0 | 0.06 | 0.49 |
| HSL | 176.1º | 0.88% | 0.27% | - |
| HSV(B) | 176.1º | 0.94% | 0.51% | - |
| XYZ | 11.79 | 17.71 | 21.54 | - |
| YUV | 93.31 | 144.75 | 67.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 131 | 123 | 0.94 | 0 | 0.06 | 0.49 | 176.1 | 0.88 | 0.27 |
| Hex | 8 | 83 | 7B | 5E | 0 | 6 | 31 | B0 | 58 | 1B |
| Octal | 10 | 203 | 173 | 136 | 0 | 6 | 61 | 260 | 130 | 33 |
| Binary | 1000 | 10000011 | 1111011 | 1011110 | 0 | 110 | 110001 | 10110000 | 1011000 | 11011 |
Color Harmonies of #08837B
Complementary color
Monochromatic Colors of #08837B
Black with #08837B
Text Example
Text Example
White with #08837B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08837B; }
p { color: rgb(8,131,123); }
H1.HeaderClassName
{
color: #08837B;
}
.AnyTagClassName
{
color: #08837B;
}
</style>
background-color css
<style>
a { background-color: #08837B; }
a { background-color: rgb(8,131,123); }
div.DivClassName
{
background-color: #08837B;
}
.BgClassName
{
background-color: #08837B;
}
</style>
border-color css
<style>
span { border-color: #08837B; }
span { border-color: rgb(8,131,123); }
td.TdClassName
{
border-color: #08837B;
}
.TagClassName
{
border-color: #08837B;
}
</style>