#0A5E4E

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

Shades of Mosque #0A5E4E

Tints of Mosque #0A5E4E

Color information

#0A5E4E (or 0x0A5E4E) is unknown color: approx Mosque. HEX triplet: 0A, 5E and 4E. RGB value is (10,94,78). Sum of RGB (Red+Green+Blue) = 10+94+78=182 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.49% from 182); Green value is 94 (37.11% from 255 or 51.65% from 182); Blue value is 78 (30.86% from 255 or 42.86% from 182); Max value from RGB is 94 - color contains mainly: green. Hex color #0A5E4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5E4E is #F5A1B1. Grayscale: #434343. Windows color (decimal): -16097714 or 5135882. OLE color: 5135882.

HSL color Cylindrical-coordinate representation of color #0A5E4E: hue angle of 168.57º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A5E4E is Cyan = 0.89, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.63.

Color convert

RGB109478-
CMYK0.8900.170.63
HSL168.57º80.77%20.39%-
HSV(B)168.57º89.36%36.86%-
XYZ5.58.628.58-
YUV67.06134.1787.3-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.49%
GREEN value IS 94 (37.11% from 255) = 51.65%
BLUE value IS 78 (30.86% from 255) = 42.86%
R=5.49%
G=51.65%
B=42.86%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1094780.8900.170.63168.5780.7720.39
HexA5E4E590113Fa95114
Octal121361161310217725112124
Binary101010111101001110101100101000111111110101001101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,94,78); }

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

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

 a { background-color: rgb(10,94,78); }

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

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

 span { border-color: rgb(10,94,78); }

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