Shades of Teal #087B7F
Tints of Teal #087B7F
RGB
CMYK
RGB Variations
Color information
#087B7F (or 0x087B7F) is known color: Teal. HEX triplet: 08, 7B and 7F. RGB value is (8,123,127). Sum of RGB (Red+Green+Blue) = 8+123+127=258 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.10% from 258); Green value is 123 (48.44% from 255 or 47.67% from 258); Blue value is 127 (50% from 255 or 49.22% from 258); Max value from RGB is 127 - color contains mainly: blue. Hex color #087B7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087B7F is #F78480. Grayscale: #585858. Windows color (decimal): -16221313 or 8354568. OLE color: 8354568.
HSL color Cylindrical-coordinate representation of color #087B7F: hue angle of 182.02º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087B7F is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 8 | 123 | 127 | - |
| CMYK | 0.94 | 0.03 | 0 | 0.50 |
| HSL | 182.02º | 0.88% | 0.26% | - |
| HSV(B) | 182.02º | 0.94% | 0.5% | - |
| XYZ | 11.01 | 15.75 | 22.54 | - |
| YUV | 89.07 | 149.4 | 70.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 123 | 127 | 0.94 | 0.03 | 0 | 0.50 | 182.02 | 0.88 | 0.26 |
| Hex | 8 | 7B | 7F | 5E | 3 | 0 | 32 | B6 | 58 | 1A |
| Octal | 10 | 173 | 177 | 136 | 3 | 0 | 62 | 266 | 130 | 32 |
| Binary | 1000 | 1111011 | 1111111 | 1011110 | 11 | 0 | 110010 | 10110110 | 1011000 | 11010 |
Color Harmonies of #087B7F
Complementary color
Monochromatic Colors of #087B7F
Black with #087B7F
Text Example
Text Example
White with #087B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087B7F; }
p { color: rgb(8,123,127); }
H1.HeaderClassName
{
color: #087B7F;
}
.AnyTagClassName
{
color: #087B7F;
}
</style>
background-color css
<style>
a { background-color: #087B7F; }
a { background-color: rgb(8,123,127); }
div.DivClassName
{
background-color: #087B7F;
}
.BgClassName
{
background-color: #087B7F;
}
</style>
border-color css
<style>
span { border-color: #087B7F; }
span { border-color: rgb(8,123,127); }
td.TdClassName
{
border-color: #087B7F;
}
.TagClassName
{
border-color: #087B7F;
}
</style>