#0E8E7B

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

Shades of Observatory #0E8E7B

Tints of Observatory #0E8E7B

Color information

#0E8E7B (or 0x0E8E7B) is unknown color: approx Observatory. HEX triplet: 0E, 8E and 7B. RGB value is (14,142,123). Sum of RGB (Red+Green+Blue) = 14+142+123=279 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.02% from 279); Green value is 142 (55.86% from 255 or 50.90% from 279); Blue value is 123 (48.44% from 255 or 44.09% from 279); Max value from RGB is 142 - color contains mainly: green. Hex color #0E8E7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E8E7B is #F17184. Grayscale: #656565. Windows color (decimal): -15823237 or 8097294. OLE color: 8097294.

HSL color Cylindrical-coordinate representation of color #0E8E7B: hue angle of 171.09º 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 #0E8E7B is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB14142123-
CMYK0.9000.130.44
HSL171.09º82.05%30.59%-
HSV(B)171.09º90.14%55.69%-
XYZ13.4320.8722.06-
YUV101.56140.0965.54-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.02%
GREEN value IS 142 (55.86% from 255) = 50.90%
BLUE value IS 123 (48.44% from 255) = 44.09%
R=5.02%
G=50.90%
B=44.09%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal141421230.9000.130.44171.0982.0530.59
HexE8E7B5A0D2Cab521f
Octal162161731320155425312237
Binary111010001110111101110110100110110110010101011101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E8E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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