#018E6C

Color #018E6C Observatory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Observatory #018E6C

Tints of Observatory #018E6C

Color information

#018E6C (or 0x018E6C) is unknown color: approx Observatory. HEX triplet: 01, 8E and 6C. RGB value is (1,142,108). Sum of RGB (Red+Green+Blue) = 1+142+108=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 142 (55.86% from 255 or 56.57% from 251); Blue value is 108 (42.58% from 255 or 43.03% from 251); Max value from RGB is 142 - color contains mainly: green. Hex color #018E6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018E6C is #FE7193. Grayscale: #5F5F5F. Windows color (decimal): -16675220 or 7114241. OLE color: 7114241.

HSL color Cylindrical-coordinate representation of color #018E6C: hue angle of 165.53º 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 #018E6C is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB1142108-
CMYK0.9900.240.44
HSL165.53º98.6%28.04%-
HSV(B)165.53º99.3%55.69%-
XYZ12.3920.4417.48-
YUV95.96134.7960.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 0.40%
GREEN value IS 142 (55.86% from 255) = 56.57%
BLUE value IS 108 (42.58% from 255) = 43.03%
R=0.40%
G=56.57%
B=43.03%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal11421080.9900.240.44165.5398.628.04
Hex18E6C630182Ca6631c
Octal12161541430305424614334
Binary1100011101101100110001101100010110010100110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018E6C; }

 p { color: rgb(1,142,108); }

 H1.HeaderClassName
 {
   color: #018E6C;
 }
 .AnyTagClassName
 {
   color: #018E6C;
 }
</style>
background-color css

<style>
 a { background-color: #018E6C; }

 a { background-color: rgb(1,142,108); }

 div.DivClassName
 {
   background-color: #018E6C;
 }
 .BgClassName
 {
   background-color: #018E6C;
 }
</style>
border-color css

<style>
 span { border-color: #018E6C; }

 span { border-color: rgb(1,142,108); }

 td.TdClassName
 {
   border-color: #018E6C;
 }
 .TagClassName
 {
   border-color: #018E6C;
 }
</style>