Shades of Teal #088B7F
Tints of Teal #088B7F
RGB
CMYK
RGB Variations
Color information
#088B7F (or 0x088B7F) is known color: Teal. HEX triplet: 08, 8B and 7F. RGB value is (8,139,127). Sum of RGB (Red+Green+Blue) = 8+139+127=274 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.92% from 274); Green value is 139 (54.69% from 255 or 50.73% from 274); Blue value is 127 (50% from 255 or 46.35% from 274); Max value from RGB is 139 - color contains mainly: green. Hex color #088B7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088B7F is #F77480. Grayscale: #626262. Windows color (decimal): -16217217 or 8358664. OLE color: 8358664.
HSL color Cylindrical-coordinate representation of color #088B7F: hue angle of 174.5º 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 #088B7F is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 139 | 127 | - |
| CMYK | 0.94 | 0 | 0.09 | 0.45 |
| HSL | 174.5º | 0.89% | 0.29% | - |
| HSV(B) | 174.5º | 0.94% | 0.55% | - |
| XYZ | 13.16 | 20.05 | 23.25 | - |
| YUV | 98.46 | 144.1 | 63.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 139 | 127 | 0.94 | 0 | 0.09 | 0.45 | 174.5 | 0.89 | 0.29 |
| Hex | 8 | 8B | 7F | 5E | 0 | 9 | 2D | AF | 59 | 1D |
| Octal | 10 | 213 | 177 | 136 | 0 | 11 | 55 | 257 | 131 | 35 |
| Binary | 1000 | 10001011 | 1111111 | 1011110 | 0 | 1001 | 101101 | 10101111 | 1011001 | 11101 |
Color Harmonies of #088B7F
Complementary color
Monochromatic Colors of #088B7F
Black with #088B7F
Text Example
Text Example
White with #088B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088B7F; }
p { color: rgb(8,139,127); }
H1.HeaderClassName
{
color: #088B7F;
}
.AnyTagClassName
{
color: #088B7F;
}
</style>
background-color css
<style>
a { background-color: #088B7F; }
a { background-color: rgb(8,139,127); }
div.DivClassName
{
background-color: #088B7F;
}
.BgClassName
{
background-color: #088B7F;
}
</style>
border-color css
<style>
span { border-color: #088B7F; }
span { border-color: rgb(8,139,127); }
td.TdClassName
{
border-color: #088B7F;
}
.TagClassName
{
border-color: #088B7F;
}
</style>