Shades of Teal #087285
Tints of Teal #087285
RGB
CMYK
RGB Variations
Color information
#087285 (or 0x087285) is known color: Teal. HEX triplet: 08, 72 and 85. RGB value is (8,114,133). Sum of RGB (Red+Green+Blue) = 8+114+133=255 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.14% from 255); Green value is 114 (44.92% from 255 or 44.71% from 255); Blue value is 133 (52.34% from 255 or 52.16% from 255); Max value from RGB is 133 - color contains mainly: blue. Hex color #087285 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087285 is #F78D7A. Grayscale: #545454. Windows color (decimal): -16223611 or 8745480. OLE color: 8745480.
HSL color Cylindrical-coordinate representation of color #087285: hue angle of 189.12º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087285 is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 8 | 114 | 133 | - |
| CMYK | 0.94 | 0.14 | 0 | 0.48 |
| HSL | 189.12º | 0.89% | 0.28% | - |
| HSV(B) | 189.12º | 0.94% | 0.52% | - |
| XYZ | 10.35 | 13.78 | 24.3 | - |
| YUV | 84.47 | 155.38 | 73.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 114 | 133 | 0.94 | 0.14 | 0 | 0.48 | 189.12 | 0.89 | 0.28 |
| Hex | 8 | 72 | 85 | 5E | E | 0 | 30 | BD | 59 | 1C |
| Octal | 10 | 162 | 205 | 136 | 16 | 0 | 60 | 275 | 131 | 34 |
| Binary | 1000 | 1110010 | 10000101 | 1011110 | 1110 | 0 | 110000 | 10111101 | 1011001 | 11100 |
Color Harmonies of #087285
Complementary color
Monochromatic Colors of #087285
Black with #087285
Text Example
Text Example
White with #087285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087285; }
p { color: rgb(8,114,133); }
H1.HeaderClassName
{
color: #087285;
}
.AnyTagClassName
{
color: #087285;
}
</style>
background-color css
<style>
a { background-color: #087285; }
a { background-color: rgb(8,114,133); }
div.DivClassName
{
background-color: #087285;
}
.BgClassName
{
background-color: #087285;
}
</style>
border-color css
<style>
span { border-color: #087285; }
span { border-color: rgb(8,114,133); }
td.TdClassName
{
border-color: #087285;
}
.TagClassName
{
border-color: #087285;
}
</style>