Shades of Observatory #018E6F
Tints of Observatory #018E6F
RGB
CMYK
RGB Variations
Color information
#018E6F (or 0x018E6F) is known color: Observatory. HEX triplet: 01, 8E and 6F. RGB value is (1,142,111). Sum of RGB (Red+Green+Blue) = 1+142+111=254 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 254); Green value is 142 (55.86% from 255 or 55.91% from 254); Blue value is 111 (43.75% from 255 or 43.70% from 254); Max value from RGB is 142 - color contains mainly: green. Hex color #018E6F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018E6F is #FE7190. Grayscale: #606060. Windows color (decimal): -16675217 or 7310849. OLE color: 7310849.
HSL color Cylindrical-coordinate representation of color #018E6F: hue angle of 166.81º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018E6F is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 142 | 111 | - |
| CMYK | 0.99 | 0 | 0.22 | 0.44 |
| HSL | 166.81º | 0.99% | 0.28% | - |
| HSV(B) | 166.81º | 0.99% | 0.56% | - |
| XYZ | 12.55 | 20.5 | 18.33 | - |
| YUV | 96.31 | 136.29 | 60.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 142 | 111 | 0.99 | 0 | 0.22 | 0.44 | 166.81 | 0.99 | 0.28 |
| Hex | 1 | 8E | 6F | 63 | 0 | 16 | 2C | A7 | 63 | 1C |
| Octal | 1 | 216 | 157 | 143 | 0 | 26 | 54 | 247 | 143 | 34 |
| Binary | 1 | 10001110 | 1101111 | 1100011 | 0 | 10110 | 101100 | 10100111 | 1100011 | 11100 |
Color Harmonies of #018E6F
Complementary color
Monochromatic Colors of #018E6F
Black with #018E6F
Text Example
Text Example
White with #018E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018E6F; }
p { color: rgb(1,142,111); }
H1.HeaderClassName
{
color: #018E6F;
}
.AnyTagClassName
{
color: #018E6F;
}
</style>
background-color css
<style>
a { background-color: #018E6F; }
a { background-color: rgb(1,142,111); }
div.DivClassName
{
background-color: #018E6F;
}
.BgClassName
{
background-color: #018E6F;
}
</style>
border-color css
<style>
span { border-color: #018E6F; }
span { border-color: rgb(1,142,111); }
td.TdClassName
{
border-color: #018E6F;
}
.TagClassName
{
border-color: #018E6F;
}
</style>