#0C937E

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

Shades of Observatory #0C937E

Tints of Observatory #0C937E

Color information

#0C937E (or 0x0C937E) is unknown color: approx Observatory. HEX triplet: 0C, 93 and 7E. RGB value is (12,147,126). Sum of RGB (Red+Green+Blue) = 12+147+126=285 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.21% from 285); Green value is 147 (57.81% from 255 or 51.58% from 285); Blue value is 126 (49.61% from 255 or 44.21% from 285); Max value from RGB is 147 - color contains mainly: green. Hex color #0C937E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C937E is #F36C81. Grayscale: #686868. Windows color (decimal): -15953026 or 8295180. OLE color: 8295180.

HSL color Cylindrical-coordinate representation of color #0C937E: hue angle of 170.67º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C937E is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB12147126-
CMYK0.9200.140.42
HSL170.67º84.91%31.18%-
HSV(B)170.67º91.84%57.65%-
XYZ14.3522.4523.32-
YUV104.24140.2762.21-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.21%
GREEN value IS 147 (57.81% from 255) = 51.58%
BLUE value IS 126 (49.61% from 255) = 44.21%
R=4.21%
G=51.58%
B=44.21%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal121471260.9200.140.42170.6784.9131.18
HexC937E5C0E2Aab551f
Octal142231761340165225312537
Binary110010010011111111010111000111010101010101011101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C937E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,147,126); }

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

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

 a { background-color: rgb(12,147,126); }

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

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

 span { border-color: rgb(12,147,126); }

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