Shades of Teal #087F83
Tints of Teal #087F83
RGB
CMYK
RGB Variations
Color information
#087F83 (or 0x087F83) is known color: Teal. HEX triplet: 08, 7F and 83. RGB value is (8,127,131). Sum of RGB (Red+Green+Blue) = 8+127+131=266 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.01% from 266); Green value is 127 (50% from 255 or 47.74% from 266); Blue value is 131 (51.56% from 255 or 49.25% from 266); Max value from RGB is 131 - color contains mainly: blue. Hex color #087F83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087F83 is #F7807C. Grayscale: #5B5B5B. Windows color (decimal): -16220285 or 8617736. OLE color: 8617736.
HSL color Cylindrical-coordinate representation of color #087F83: hue angle of 181.95º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087F83 is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 127 | 131 | - |
| CMYK | 0.94 | 0.03 | 0 | 0.49 |
| HSL | 181.95º | 0.88% | 0.27% | - |
| HSV(B) | 181.95º | 0.94% | 0.51% | - |
| XYZ | 11.79 | 16.87 | 24.11 | - |
| YUV | 91.88 | 150.08 | 68.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 127 | 131 | 0.94 | 0.03 | 0 | 0.49 | 181.95 | 0.88 | 0.27 |
| Hex | 8 | 7F | 83 | 5E | 3 | 0 | 31 | B6 | 58 | 1B |
| Octal | 10 | 177 | 203 | 136 | 3 | 0 | 61 | 266 | 130 | 33 |
| Binary | 1000 | 1111111 | 10000011 | 1011110 | 11 | 0 | 110001 | 10110110 | 1011000 | 11011 |
Color Harmonies of #087F83
Complementary color
Monochromatic Colors of #087F83
Black with #087F83
Text Example
Text Example
White with #087F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087F83; }
p { color: rgb(8,127,131); }
H1.HeaderClassName
{
color: #087F83;
}
.AnyTagClassName
{
color: #087F83;
}
</style>
background-color css
<style>
a { background-color: #087F83; }
a { background-color: rgb(8,127,131); }
div.DivClassName
{
background-color: #087F83;
}
.BgClassName
{
background-color: #087F83;
}
</style>
border-color css
<style>
span { border-color: #087F83; }
span { border-color: rgb(8,127,131); }
td.TdClassName
{
border-color: #087F83;
}
.TagClassName
{
border-color: #087F83;
}
</style>