Shades of Observatory #008A5E
Tints of Observatory #008A5E
RGB
CMYK
RGB Variations
Color information
#008A5E (or 0x008A5E) is known color: Observatory. HEX triplet: 00, 8A and 5E. RGB value is (0,138,94). Sum of RGB (Red+Green+Blue) = 0+138+94=232 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 232); Green value is 138 (54.30% from 255 or 59.48% from 232); Blue value is 94 (37.11% from 255 or 40.52% from 232); Max value from RGB is 138 - color contains mainly: green. Hex color #008A5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008A5E is #FF75A1. Grayscale: #5B5B5B. Windows color (decimal): -16741794 or 6195712. OLE color: 6195712.
HSL color Cylindrical-coordinate representation of color #008A5E: hue angle of 160.87º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008A5E is Cyan = 1, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 138 | 94 | - |
| CMYK | 1 | 0 | 0.32 | 0.46 |
| HSL | 160.87º | 1% | 0.27% | - |
| HSV(B) | 160.87º | 1% | 0.54% | - |
| XYZ | 11.11 | 18.99 | 13.67 | - |
| YUV | 91.72 | 129.28 | 62.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 138 | 94 | 1 | 0 | 0.32 | 0.46 | 160.87 | 1 | 0.27 |
| Hex | 0 | 8A | 5E | 64 | 0 | 20 | 2E | A1 | 64 | 1B |
| Octal | 0 | 212 | 136 | 144 | 0 | 40 | 56 | 241 | 144 | 33 |
| Binary | 0 | 10001010 | 1011110 | 1100100 | 0 | 100000 | 101110 | 10100001 | 1100100 | 11011 |
Color Harmonies of #008A5E
Complementary color
Monochromatic Colors of #008A5E
Black with #008A5E
Text Example
Text Example
White with #008A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008A5E; }
p { color: rgb(0,138,94); }
H1.HeaderClassName
{
color: #008A5E;
}
.AnyTagClassName
{
color: #008A5E;
}
</style>
background-color css
<style>
a { background-color: #008A5E; }
a { background-color: rgb(0,138,94); }
div.DivClassName
{
background-color: #008A5E;
}
.BgClassName
{
background-color: #008A5E;
}
</style>
border-color css
<style>
span { border-color: #008A5E; }
span { border-color: rgb(0,138,94); }
td.TdClassName
{
border-color: #008A5E;
}
.TagClassName
{
border-color: #008A5E;
}
</style>