Shades of Teal #07847E
Tints of Teal #07847E
RGB
CMYK
RGB Variations
Color information
#07847E (or 0x07847E) is known color: Teal. HEX triplet: 07, 84 and 7E. RGB value is (7,132,126). Sum of RGB (Red+Green+Blue) = 7+132+126=265 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.64% from 265); Green value is 132 (51.95% from 255 or 49.81% from 265); Blue value is 126 (49.61% from 255 or 47.55% from 265); Max value from RGB is 132 - color contains mainly: green. Hex color #07847E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07847E is #F87B81. Grayscale: #5D5D5D. Windows color (decimal): -16284546 or 8291335. OLE color: 8291335.
HSL color Cylindrical-coordinate representation of color #07847E: hue angle of 177.12º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07847E is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 7 | 132 | 126 | - |
| CMYK | 0.95 | 0 | 0.05 | 0.48 |
| HSL | 177.12º | 0.9% | 0.27% | - |
| HSV(B) | 177.12º | 0.95% | 0.52% | - |
| XYZ | 12.1 | 18.05 | 22.59 | - |
| YUV | 93.94 | 146.09 | 65.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 132 | 126 | 0.95 | 0 | 0.05 | 0.48 | 177.12 | 0.9 | 0.27 |
| Hex | 7 | 84 | 7E | 5F | 0 | 5 | 30 | B1 | 5A | 1B |
| Octal | 7 | 204 | 176 | 137 | 0 | 5 | 60 | 261 | 132 | 33 |
| Binary | 111 | 10000100 | 1111110 | 1011111 | 0 | 101 | 110000 | 10110001 | 1011010 | 11011 |
Color Harmonies of #07847E
Complementary color
Monochromatic Colors of #07847E
Black with #07847E
Text Example
Text Example
White with #07847E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07847E; }
p { color: rgb(7,132,126); }
H1.HeaderClassName
{
color: #07847E;
}
.AnyTagClassName
{
color: #07847E;
}
</style>
background-color css
<style>
a { background-color: #07847E; }
a { background-color: rgb(7,132,126); }
div.DivClassName
{
background-color: #07847E;
}
.BgClassName
{
background-color: #07847E;
}
</style>
border-color css
<style>
span { border-color: #07847E; }
span { border-color: rgb(7,132,126); }
td.TdClassName
{
border-color: #07847E;
}
.TagClassName
{
border-color: #07847E;
}
</style>