#0E897A

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

Shades of Observatory #0E897A

Tints of Observatory #0E897A

Color information

#0E897A (or 0x0E897A) is unknown color: approx Observatory. HEX triplet: 0E, 89 and 7A. RGB value is (14,137,122). Sum of RGB (Red+Green+Blue) = 14+137+122=273 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.13% from 273); Green value is 137 (53.91% from 255 or 50.18% from 273); Blue value is 122 (48.05% from 255 or 44.69% from 273); Max value from RGB is 137 - color contains mainly: green. Hex color #0E897A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E897A is #F17685. Grayscale: #626262. Windows color (decimal): -15824518 or 8030478. OLE color: 8030478.

HSL color Cylindrical-coordinate representation of color #0E897A: hue angle of 172.68º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E897A is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB14137122-
CMYK0.9000.110.46
HSL172.68º81.46%29.61%-
HSV(B)172.68º89.78%53.73%-
XYZ12.6419.3921.49-
YUV98.51141.2567.72-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.13%
GREEN value IS 137 (53.91% from 255) = 50.18%
BLUE value IS 122 (48.05% from 255) = 44.69%
R=5.13%
G=50.18%
B=44.69%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal141371220.9000.110.46172.6881.4629.61
HexE897A5A0B2Ead511e
Octal162111721320135625512136
Binary111010001001111101010110100101110111010101101101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E897A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E897A; }

 p { color: rgb(14,137,122); }

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

<style>
 a { background-color: #0E897A; }

 a { background-color: rgb(14,137,122); }

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

<style>
 span { border-color: #0E897A; }

 span { border-color: rgb(14,137,122); }

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