Shades of Observatory #018E6E
Tints of Observatory #018E6E
RGB
CMYK
RGB Variations
Color information
#018E6E (or 0x018E6E) is known color: Observatory. HEX triplet: 01, 8E and 6E. RGB value is (1,142,110). Sum of RGB (Red+Green+Blue) = 1+142+110=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 142 (55.86% from 255 or 56.13% from 253); Blue value is 110 (43.36% from 255 or 43.48% from 253); Max value from RGB is 142 - color contains mainly: green. Hex color #018E6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018E6E is #FE7191. Grayscale: #606060. Windows color (decimal): -16675218 or 7245313. OLE color: 7245313.
HSL color Cylindrical-coordinate representation of color #018E6E: hue angle of 166.38º 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 #018E6E is Cyan = 0.99, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 142 | 110 | - |
| CMYK | 0.99 | 0 | 0.23 | 0.44 |
| HSL | 166.38º | 0.99% | 0.28% | - |
| HSV(B) | 166.38º | 0.99% | 0.56% | - |
| XYZ | 12.5 | 20.48 | 18.05 | - |
| YUV | 96.19 | 135.79 | 60.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 142 | 110 | 0.99 | 0 | 0.23 | 0.44 | 166.38 | 0.99 | 0.28 |
| Hex | 1 | 8E | 6E | 63 | 0 | 17 | 2C | A6 | 63 | 1C |
| Octal | 1 | 216 | 156 | 143 | 0 | 27 | 54 | 246 | 143 | 34 |
| Binary | 1 | 10001110 | 1101110 | 1100011 | 0 | 10111 | 101100 | 10100110 | 1100011 | 11100 |
Color Harmonies of #018E6E
Complementary color
Monochromatic Colors of #018E6E
Black with #018E6E
Text Example
Text Example
White with #018E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018E6E; }
p { color: rgb(1,142,110); }
H1.HeaderClassName
{
color: #018E6E;
}
.AnyTagClassName
{
color: #018E6E;
}
</style>
background-color css
<style>
a { background-color: #018E6E; }
a { background-color: rgb(1,142,110); }
div.DivClassName
{
background-color: #018E6E;
}
.BgClassName
{
background-color: #018E6E;
}
</style>
border-color css
<style>
span { border-color: #018E6E; }
span { border-color: rgb(1,142,110); }
td.TdClassName
{
border-color: #018E6E;
}
.TagClassName
{
border-color: #018E6E;
}
</style>