Shades of Observatory #008E6E
Tints of Observatory #008E6E
RGB
CMYK
RGB Variations
Color information
#008E6E (or 0x008E6E) is known color: Observatory. HEX triplet: 00, 8E and 6E. RGB value is (0,142,110). Sum of RGB (Red+Green+Blue) = 0+142+110=252 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 252); Green value is 142 (55.86% from 255 or 56.35% from 252); Blue value is 110 (43.36% from 255 or 43.65% from 252); Max value from RGB is 142 - color contains mainly: green. Hex color #008E6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008E6E is #FF7191. Grayscale: #5F5F5F. Windows color (decimal): -16740754 or 7245312. OLE color: 7245312.
HSL color Cylindrical-coordinate representation of color #008E6E: hue angle of 166.48º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008E6E is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 142 | 110 | - |
| CMYK | 1 | 0 | 0.23 | 0.44 |
| HSL | 166.48º | 1% | 0.28% | - |
| HSV(B) | 166.48º | 1% | 0.56% | - |
| XYZ | 12.49 | 20.47 | 18.05 | - |
| YUV | 95.89 | 135.96 | 59.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 142 | 110 | 1 | 0 | 0.23 | 0.44 | 166.48 | 1 | 0.28 |
| Hex | 0 | 8E | 6E | 64 | 0 | 17 | 2C | A6 | 64 | 1C |
| Octal | 0 | 216 | 156 | 144 | 0 | 27 | 54 | 246 | 144 | 34 |
| Binary | 0 | 10001110 | 1101110 | 1100100 | 0 | 10111 | 101100 | 10100110 | 1100100 | 11100 |
Color Harmonies of #008E6E
Complementary color
Monochromatic Colors of #008E6E
Black with #008E6E
Text Example
Text Example
White with #008E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008E6E; }
p { color: rgb(0,142,110); }
H1.HeaderClassName
{
color: #008E6E;
}
.AnyTagClassName
{
color: #008E6E;
}
</style>
background-color css
<style>
a { background-color: #008E6E; }
a { background-color: rgb(0,142,110); }
div.DivClassName
{
background-color: #008E6E;
}
.BgClassName
{
background-color: #008E6E;
}
</style>
border-color css
<style>
span { border-color: #008E6E; }
span { border-color: rgb(0,142,110); }
td.TdClassName
{
border-color: #008E6E;
}
.TagClassName
{
border-color: #008E6E;
}
</style>