#12917C

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

Shades of Observatory #12917C

Tints of Observatory #12917C

Color information

#12917C (or 0x12917C) is unknown color: approx Observatory. HEX triplet: 12, 91 and 7C. RGB value is (18,145,124). Sum of RGB (Red+Green+Blue) = 18+145+124=287 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.27% from 287); Green value is 145 (57.03% from 255 or 50.52% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 145 - color contains mainly: green. Hex color #12917C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12917C is #ED6E83. Grayscale: #686868. Windows color (decimal): -15560324 or 8163602. OLE color: 8163602.

HSL color Cylindrical-coordinate representation of color #12917C: hue angle of 170.08º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12917C is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB18145124-
CMYK0.8800.140.43
HSL170.08º77.91%31.96%-
HSV(B)170.08º87.59%56.86%-
XYZ14.0121.8322.54-
YUV104.63138.9266.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.27%
GREEN value IS 145 (57.03% from 255) = 50.52%
BLUE value IS 124 (48.83% from 255) = 43.21%
R=6.27%
G=50.52%
B=43.21%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal181451240.8800.140.43170.0877.9131.96
Hex12917C580E2Baa4e20
Octal222211741300165325211640
Binary10010100100011111100101100001110101011101010101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12917C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12917C; }

 p { color: rgb(18,145,124); }

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

<style>
 a { background-color: #12917C; }

 a { background-color: rgb(18,145,124); }

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

<style>
 span { border-color: #12917C; }

 span { border-color: rgb(18,145,124); }

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