#12927B

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

Shades of Observatory #12927B

Tints of Observatory #12927B

Color information

#12927B (or 0x12927B) is unknown color: approx Observatory. HEX triplet: 12, 92 and 7B. RGB value is (18,146,123). Sum of RGB (Red+Green+Blue) = 18+146+123=287 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.27% from 287); Green value is 146 (57.42% from 255 or 50.87% from 287); Blue value is 123 (48.44% from 255 or 42.86% from 287); Max value from RGB is 146 - color contains mainly: green. Hex color #12927B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12927B is #ED6D84. Grayscale: #696969. Windows color (decimal): -15560069 or 8098322. OLE color: 8098322.

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

Color convert

RGB18146123-
CMYK0.8800.160.43
HSL169.22º78.05%32.16%-
HSV(B)169.22º87.67%57.25%-
XYZ14.122.1222.26-
YUV105.11138.0965.87-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.27%
GREEN value IS 146 (57.42% from 255) = 50.87%
BLUE value IS 123 (48.44% from 255) = 42.86%
R=6.27%
G=50.87%
B=42.86%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal181461230.8800.160.43169.2278.0532.16
Hex12927B580102Ba94e20
Octal222221731300205325111640
Binary100101001001011110111011000010000101011101010011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12927B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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