#0E926E

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

Shades of Observatory #0E926E

Tints of Observatory #0E926E

Color information

#0E926E (or 0x0E926E) is unknown color: approx Observatory. HEX triplet: 0E, 92 and 6E. RGB value is (14,146,110). Sum of RGB (Red+Green+Blue) = 14+146+110=270 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.19% from 270); Green value is 146 (57.42% from 255 or 54.07% from 270); Blue value is 110 (43.36% from 255 or 40.74% from 270); Max value from RGB is 146 - color contains mainly: green. Hex color #0E926E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E926E is #F16D91. Grayscale: #666666. Windows color (decimal): -15822226 or 7246350. OLE color: 7246350.

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

Color convert

RGB14146110-
CMYK0.9000.250.43
HSL163.64º82.5%31.37%-
HSV(B)163.64º90.41%57.25%-
XYZ13.2721.7818.26-
YUV102.43132.2764.93-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.19%
GREEN value IS 146 (57.42% from 255) = 54.07%
BLUE value IS 110 (43.36% from 255) = 40.74%
R=5.19%
G=54.07%
B=40.74%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal141461100.9000.250.43163.6482.531.37
HexE926E5A0192Ba4521f
Octal162221561320315324412237
Binary1110100100101101110101101001100110101110100100101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E926E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,146,110); }

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

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

 a { background-color: rgb(14,146,110); }

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

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

 span { border-color: rgb(14,146,110); }

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