Shades of Teal #087189
Tints of Teal #087189
RGB
CMYK
RGB Variations
Color information
#087189 (or 0x087189) is known color: Teal. HEX triplet: 08, 71 and 89. RGB value is (8,113,137). Sum of RGB (Red+Green+Blue) = 8+113+137=258 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.10% from 258); Green value is 113 (44.53% from 255 or 43.80% from 258); Blue value is 137 (53.91% from 255 or 53.10% from 258); Max value from RGB is 137 - color contains mainly: blue. Hex color #087189 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087189 is #F78E76. Grayscale: #545454. Windows color (decimal): -16223863 or 9007368. OLE color: 9007368.
HSL color Cylindrical-coordinate representation of color #087189: hue angle of 191.16º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087189 is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 8 | 113 | 137 | - |
| CMYK | 0.94 | 0.18 | 0 | 0.46 |
| HSL | 191.16º | 0.89% | 0.28% | - |
| HSV(B) | 191.16º | 0.94% | 0.54% | - |
| XYZ | 10.52 | 13.67 | 25.75 | - |
| YUV | 84.34 | 157.71 | 73.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 113 | 137 | 0.94 | 0.18 | 0 | 0.46 | 191.16 | 0.89 | 0.28 |
| Hex | 8 | 71 | 89 | 5E | 12 | 0 | 2E | BF | 59 | 1C |
| Octal | 10 | 161 | 211 | 136 | 22 | 0 | 56 | 277 | 131 | 34 |
| Binary | 1000 | 1110001 | 10001001 | 1011110 | 10010 | 0 | 101110 | 10111111 | 1011001 | 11100 |
Color Harmonies of #087189
Complementary color
Monochromatic Colors of #087189
Black with #087189
Text Example
Text Example
White with #087189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087189; }
p { color: rgb(8,113,137); }
H1.HeaderClassName
{
color: #087189;
}
.AnyTagClassName
{
color: #087189;
}
</style>
background-color css
<style>
a { background-color: #087189; }
a { background-color: rgb(8,113,137); }
div.DivClassName
{
background-color: #087189;
}
.BgClassName
{
background-color: #087189;
}
</style>
border-color css
<style>
span { border-color: #087189; }
span { border-color: rgb(8,113,137); }
td.TdClassName
{
border-color: #087189;
}
.TagClassName
{
border-color: #087189;
}
</style>