#12927F

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

Shades of Observatory #12927F

Tints of Observatory #12927F

Color information

#12927F (or 0x12927F) is unknown color: approx Observatory. HEX triplet: 12, 92 and 7F. RGB value is (18,146,127). Sum of RGB (Red+Green+Blue) = 18+146+127=291 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.19% from 291); Green value is 146 (57.42% from 255 or 50.17% from 291); Blue value is 127 (50% from 255 or 43.64% from 291); Max value from RGB is 146 - color contains mainly: green. Hex color #12927F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12927F is #ED6D80. Grayscale: #696969. Windows color (decimal): -15560065 or 8360466. OLE color: 8360466.

HSL color Cylindrical-coordinate representation of color #12927F: hue angle of 171.09º 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 #12927F is Cyan = 0.88, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB18146127-
CMYK0.8800.130.43
HSL171.09º78.05%32.16%-
HSV(B)171.09º87.67%57.25%-
XYZ14.3622.2223.61-
YUV105.56140.0965.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.19%
GREEN value IS 146 (57.42% from 255) = 50.17%
BLUE value IS 127 (50% from 255) = 43.64%
R=6.19%
G=50.17%
B=43.64%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal181461270.8800.130.43171.0978.0532.16
Hex12927F580D2Bab4e20
Octal222221771300155325311640
Binary10010100100101111111101100001101101011101010111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12927F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12927F; }

 p { color: rgb(18,146,127); }

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

<style>
 a { background-color: #12927F; }

 a { background-color: rgb(18,146,127); }

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

<style>
 span { border-color: #12927F; }

 span { border-color: rgb(18,146,127); }

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