#0E8E7A

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

Shades of Observatory #0E8E7A

Tints of Observatory #0E8E7A

Color information

#0E8E7A (or 0x0E8E7A) is unknown color: approx Observatory. HEX triplet: 0E, 8E and 7A. RGB value is (14,142,122). Sum of RGB (Red+Green+Blue) = 14+142+122=278 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.04% from 278); Green value is 142 (55.86% from 255 or 51.08% from 278); Blue value is 122 (48.05% from 255 or 43.88% from 278); Max value from RGB is 142 - color contains mainly: green. Hex color #0E8E7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E8E7A is #F17185. Grayscale: #656565. Windows color (decimal): -15823238 or 8031758. OLE color: 8031758.

HSL color Cylindrical-coordinate representation of color #0E8E7A: hue angle of 170.62º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E8E7A is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB14142122-
CMYK0.9000.140.44
HSL170.62º82.05%30.59%-
HSV(B)170.62º90.14%55.69%-
XYZ13.3720.8421.73-
YUV101.45139.5965.63-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.04%
GREEN value IS 142 (55.86% from 255) = 51.08%
BLUE value IS 122 (48.05% from 255) = 43.88%
R=5.04%
G=51.08%
B=43.88%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal141421220.9000.140.44170.6282.0530.59
HexE8E7A5A0E2Cab521f
Octal162161721320165425312237
Binary111010001110111101010110100111010110010101011101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E8E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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