#008E6C

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

Shades of Observatory #008E6C

Tints of Observatory #008E6C

Color information

#008E6C (or 0x008E6C) is unknown color: approx Observatory. HEX triplet: 00, 8E and 6C. RGB value is (0,142,108). Sum of RGB (Red+Green+Blue) = 0+142+108=250 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 250); Green value is 142 (55.86% from 255 or 56.8% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 142 - color contains mainly: green. Hex color #008E6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008E6C is #FF7193. Grayscale: #5F5F5F. Windows color (decimal): -16740756 or 7114240. OLE color: 7114240.

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

Color convert

RGB0142108-
CMYK100.240.44
HSL165.63º100%27.84%-
HSV(B)165.63º100%55.69%-
XYZ12.3820.4317.48-
YUV95.67134.9659.76-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 142 (55.86% from 255) = 56.8%
BLUE value IS 108 (42.58% from 255) = 43.2%
R=0%
G=56.8%
B=43.2%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal0142108100.240.44165.6310027.84
Hex08E6C640182Ca6641c
Octal02161541440305424614434
Binary0100011101101100110010001100010110010100110110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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