Shades of Teal #088C7E
Tints of Teal #088C7E
RGB
CMYK
RGB Variations
Color information
#088C7E (or 0x088C7E) is known color: Teal. HEX triplet: 08, 8C and 7E. RGB value is (8,140,126). Sum of RGB (Red+Green+Blue) = 8+140+126=274 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.92% from 274); Green value is 140 (55.08% from 255 or 51.09% from 274); Blue value is 126 (49.61% from 255 or 45.99% from 274); Max value from RGB is 140 - color contains mainly: green. Hex color #088C7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088C7E is #F77381. Grayscale: #626262. Windows color (decimal): -16216962 or 8293384. OLE color: 8293384.
HSL color Cylindrical-coordinate representation of color #088C7E: hue angle of 173.64º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088C7E is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 140 | 126 | - |
| CMYK | 0.94 | 0 | 0.10 | 0.45 |
| HSL | 173.64º | 0.89% | 0.29% | - |
| HSV(B) | 173.64º | 0.94% | 0.55% | - |
| XYZ | 13.24 | 20.31 | 22.96 | - |
| YUV | 98.94 | 143.27 | 63.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 140 | 126 | 0.94 | 0 | 0.10 | 0.45 | 173.64 | 0.89 | 0.29 |
| Hex | 8 | 8C | 7E | 5E | 0 | A | 2D | AE | 59 | 1D |
| Octal | 10 | 214 | 176 | 136 | 0 | 12 | 55 | 256 | 131 | 35 |
| Binary | 1000 | 10001100 | 1111110 | 1011110 | 0 | 1010 | 101101 | 10101110 | 1011001 | 11101 |
Color Harmonies of #088C7E
Complementary color
Monochromatic Colors of #088C7E
Black with #088C7E
Text Example
Text Example
White with #088C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088C7E; }
p { color: rgb(8,140,126); }
H1.HeaderClassName
{
color: #088C7E;
}
.AnyTagClassName
{
color: #088C7E;
}
</style>
background-color css
<style>
a { background-color: #088C7E; }
a { background-color: rgb(8,140,126); }
div.DivClassName
{
background-color: #088C7E;
}
.BgClassName
{
background-color: #088C7E;
}
</style>
border-color css
<style>
span { border-color: #088C7E; }
span { border-color: rgb(8,140,126); }
td.TdClassName
{
border-color: #088C7E;
}
.TagClassName
{
border-color: #088C7E;
}
</style>