Shades of Observatory #088E7E
Tints of Observatory #088E7E
RGB
CMYK
RGB Variations
Color information
#088E7E (or 0x088E7E) is known color: Observatory. HEX triplet: 08, 8E and 7E. RGB value is (8,142,126). Sum of RGB (Red+Green+Blue) = 8+142+126=276 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.90% from 276); Green value is 142 (55.86% from 255 or 51.45% from 276); Blue value is 126 (49.61% from 255 or 45.65% from 276); Max value from RGB is 142 - color contains mainly: green. Hex color #088E7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088E7E is #F77181. Grayscale: #646464. Windows color (decimal): -16216450 or 8293896. OLE color: 8293896.
HSL color Cylindrical-coordinate representation of color #088E7E: hue angle of 172.84º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088E7E is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 142 | 126 | - |
| CMYK | 0.94 | 0 | 0.11 | 0.44 |
| HSL | 172.84º | 0.89% | 0.29% | - |
| HSV(B) | 172.84º | 0.94% | 0.56% | - |
| XYZ | 13.54 | 20.9 | 23.06 | - |
| YUV | 100.11 | 142.61 | 62.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 142 | 126 | 0.94 | 0 | 0.11 | 0.44 | 172.84 | 0.89 | 0.29 |
| Hex | 8 | 8E | 7E | 5E | 0 | B | 2C | AD | 59 | 1D |
| Octal | 10 | 216 | 176 | 136 | 0 | 13 | 54 | 255 | 131 | 35 |
| Binary | 1000 | 10001110 | 1111110 | 1011110 | 0 | 1011 | 101100 | 10101101 | 1011001 | 11101 |
Color Harmonies of #088E7E
Complementary color
Monochromatic Colors of #088E7E
Black with #088E7E
Text Example
Text Example
White with #088E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088E7E; }
p { color: rgb(8,142,126); }
H1.HeaderClassName
{
color: #088E7E;
}
.AnyTagClassName
{
color: #088E7E;
}
</style>
background-color css
<style>
a { background-color: #088E7E; }
a { background-color: rgb(8,142,126); }
div.DivClassName
{
background-color: #088E7E;
}
.BgClassName
{
background-color: #088E7E;
}
</style>
border-color css
<style>
span { border-color: #088E7E; }
span { border-color: rgb(8,142,126); }
td.TdClassName
{
border-color: #088E7E;
}
.TagClassName
{
border-color: #088E7E;
}
</style>