Shades of Teal #088B7D
Tints of Teal #088B7D
RGB
CMYK
RGB Variations
Color information
#088B7D (or 0x088B7D) is known color: Teal. HEX triplet: 08, 8B and 7D. RGB value is (8,139,125). Sum of RGB (Red+Green+Blue) = 8+139+125=272 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.94% from 272); Green value is 139 (54.69% from 255 or 51.10% from 272); Blue value is 125 (49.22% from 255 or 45.96% from 272); Max value from RGB is 139 - color contains mainly: green. Hex color #088B7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088B7D is #F77482. Grayscale: #626262. Windows color (decimal): -16217219 or 8227592. OLE color: 8227592.
HSL color Cylindrical-coordinate representation of color #088B7D: hue angle of 173.59º 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 #088B7D is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 139 | 125 | - |
| CMYK | 0.94 | 0 | 0.10 | 0.45 |
| HSL | 173.59º | 0.89% | 0.29% | - |
| HSV(B) | 173.59º | 0.94% | 0.55% | - |
| XYZ | 13.03 | 20 | 22.57 | - |
| YUV | 98.24 | 143.1 | 63.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 139 | 125 | 0.94 | 0 | 0.10 | 0.45 | 173.59 | 0.89 | 0.29 |
| Hex | 8 | 8B | 7D | 5E | 0 | A | 2D | AE | 59 | 1D |
| Octal | 10 | 213 | 175 | 136 | 0 | 12 | 55 | 256 | 131 | 35 |
| Binary | 1000 | 10001011 | 1111101 | 1011110 | 0 | 1010 | 101101 | 10101110 | 1011001 | 11101 |
Color Harmonies of #088B7D
Complementary color
Monochromatic Colors of #088B7D
Black with #088B7D
Text Example
Text Example
White with #088B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088B7D; }
p { color: rgb(8,139,125); }
H1.HeaderClassName
{
color: #088B7D;
}
.AnyTagClassName
{
color: #088B7D;
}
</style>
background-color css
<style>
a { background-color: #088B7D; }
a { background-color: rgb(8,139,125); }
div.DivClassName
{
background-color: #088B7D;
}
.BgClassName
{
background-color: #088B7D;
}
</style>
border-color css
<style>
span { border-color: #088B7D; }
span { border-color: rgb(8,139,125); }
td.TdClassName
{
border-color: #088B7D;
}
.TagClassName
{
border-color: #088B7D;
}
</style>