#0C8D7C

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

Shades of Observatory #0C8D7C

Tints of Observatory #0C8D7C

Color information

#0C8D7C (or 0x0C8D7C) is unknown color: approx Observatory. HEX triplet: 0C, 8D and 7C. RGB value is (12,141,124). Sum of RGB (Red+Green+Blue) = 12+141+124=277 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.33% from 277); Green value is 141 (55.47% from 255 or 50.90% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 141 - color contains mainly: green. Hex color #0C8D7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8D7C is #F37283. Grayscale: #646464. Windows color (decimal): -15954564 or 8162572. OLE color: 8162572.

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

Color convert

RGB12141124-
CMYK0.9100.120.45
HSL172.09º84.31%30%-
HSV(B)172.09º91.49%55.29%-
XYZ13.3120.5822.34-
YUV100.49141.2664.88-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.33%
GREEN value IS 141 (55.47% from 255) = 50.90%
BLUE value IS 124 (48.83% from 255) = 44.77%
R=4.33%
G=50.90%
B=44.77%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal121411240.9100.120.45172.0984.3130
HexC8D7C5B0C2Dac541e
Octal142151741330145525412436
Binary110010001101111110010110110110010110110101100101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,141,124); }

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

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

 a { background-color: rgb(12,141,124); }

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

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

 span { border-color: rgb(12,141,124); }

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