Shades of Teal #00847E
Tints of Teal #00847E
RGB
CMYK
RGB Variations
Color information
#00847E (or 0x00847E) is known color: Teal. HEX triplet: 00, 84 and 7E. RGB value is (0,132,126). Sum of RGB (Red+Green+Blue) = 0+132+126=258 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 258); Green value is 132 (51.95% from 255 or 51.16% from 258); Blue value is 126 (49.61% from 255 or 48.84% from 258); Max value from RGB is 132 - color contains mainly: green. Hex color #00847E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00847E is #FF7B81. Grayscale: #5B5B5B. Windows color (decimal): -16743298 or 8291328. OLE color: 8291328.
HSL color Cylindrical-coordinate representation of color #00847E: hue angle of 177.27º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00847E is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 132 | 126 | - |
| CMYK | 1 | 0 | 0.05 | 0.48 |
| HSL | 177.27º | 1% | 0.26% | - |
| HSV(B) | 177.27º | 1% | 0.52% | - |
| XYZ | 12.02 | 18.01 | 22.58 | - |
| YUV | 91.85 | 147.27 | 62.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 132 | 126 | 1 | 0 | 0.05 | 0.48 | 177.27 | 1 | 0.26 |
| Hex | 0 | 84 | 7E | 64 | 0 | 5 | 30 | B1 | 64 | 1A |
| Octal | 0 | 204 | 176 | 144 | 0 | 5 | 60 | 261 | 144 | 32 |
| Binary | 0 | 10000100 | 1111110 | 1100100 | 0 | 101 | 110000 | 10110001 | 1100100 | 11010 |
Color Harmonies of #00847E
Complementary color
Monochromatic Colors of #00847E
Black with #00847E
Text Example
Text Example
White with #00847E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00847E; }
p { color: rgb(0,132,126); }
H1.HeaderClassName
{
color: #00847E;
}
.AnyTagClassName
{
color: #00847E;
}
</style>
background-color css
<style>
a { background-color: #00847E; }
a { background-color: rgb(0,132,126); }
div.DivClassName
{
background-color: #00847E;
}
.BgClassName
{
background-color: #00847E;
}
</style>
border-color css
<style>
span { border-color: #00847E; }
span { border-color: rgb(0,132,126); }
td.TdClassName
{
border-color: #00847E;
}
.TagClassName
{
border-color: #00847E;
}
</style>