#0C917E

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

Shades of Observatory #0C917E

Tints of Observatory #0C917E

Color information

#0C917E (or 0x0C917E) is unknown color: approx Observatory. HEX triplet: 0C, 91 and 7E. RGB value is (12,145,126). Sum of RGB (Red+Green+Blue) = 12+145+126=283 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.24% from 283); Green value is 145 (57.03% from 255 or 51.24% from 283); Blue value is 126 (49.61% from 255 or 44.52% from 283); Max value from RGB is 145 - color contains mainly: green. Hex color #0C917E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C917E is #F36E81. Grayscale: #676767. Windows color (decimal): -15953538 or 8294668. OLE color: 8294668.

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

Color convert

RGB12145126-
CMYK0.9200.130.43
HSL171.43º84.71%30.78%-
HSV(B)171.43º91.72%56.86%-
XYZ14.0421.8423.21-
YUV103.07140.9463.04-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.24%
GREEN value IS 145 (57.03% from 255) = 51.24%
BLUE value IS 126 (49.61% from 255) = 44.52%
R=4.24%
G=51.24%
B=44.52%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal121451260.9200.130.43171.4384.7130.78
HexC917E5C0D2Bab551f
Octal142211761340155325312537
Binary110010010001111111010111000110110101110101011101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C917E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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