#0E8B7A

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

Shades of Observatory #0E8B7A

Tints of Observatory #0E8B7A

Color information

#0E8B7A (or 0x0E8B7A) is unknown color: approx Observatory. HEX triplet: 0E, 8B and 7A. RGB value is (14,139,122). Sum of RGB (Red+Green+Blue) = 14+139+122=275 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.09% from 275); Green value is 139 (54.69% from 255 or 50.55% from 275); Blue value is 122 (48.05% from 255 or 44.36% from 275); Max value from RGB is 139 - color contains mainly: green. Hex color #0E8B7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E8B7A is #F17485. Grayscale: #636363. Windows color (decimal): -15824006 or 8030990. OLE color: 8030990.

HSL color Cylindrical-coordinate representation of color #0E8B7A: hue angle of 171.84º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E8B7A is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB14139122-
CMYK0.9000.120.45
HSL171.84º81.7%30%-
HSV(B)171.84º89.93%54.51%-
XYZ12.9319.9621.58-
YUV99.69140.5966.88-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.09%
GREEN value IS 139 (54.69% from 255) = 50.55%
BLUE value IS 122 (48.05% from 255) = 44.36%
R=5.09%
G=50.55%
B=44.36%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141391220.9000.120.45171.8481.730
HexE8B7A5A0C2Dac521e
Octal162131721320145525412236
Binary111010001011111101010110100110010110110101100101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E8B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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