#0C5E57

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

Shades of Mosque #0C5E57

Tints of Mosque #0C5E57

Color information

#0C5E57 (or 0x0C5E57) is unknown color: approx Mosque. HEX triplet: 0C, 5E and 57. RGB value is (12,94,87). Sum of RGB (Red+Green+Blue) = 12+94+87=193 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.22% from 193); Green value is 94 (37.11% from 255 or 48.70% from 193); Blue value is 87 (34.38% from 255 or 45.08% from 193); Max value from RGB is 94 - color contains mainly: green. Hex color #0C5E57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5E57 is #F3A1A8. Grayscale: #444444. Windows color (decimal): -15966633 or 5725708. OLE color: 5725708.

HSL color Cylindrical-coordinate representation of color #0C5E57: hue angle of 174.88º degrees, saturation: 0.77, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C5E57 is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.63.

Color convert

RGB129487-
CMYK0.8700.070.63
HSL174.88º77.36%20.78%-
HSV(B)174.88º87.23%36.86%-
XYZ5.878.7710.4-
YUV68.68138.3387.57-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.22%
GREEN value IS 94 (37.11% from 255) = 48.70%
BLUE value IS 87 (34.38% from 255) = 45.08%
R=6.22%
G=48.70%
B=45.08%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1294870.8700.070.63174.8877.3620.78
HexC5E5757073Faf4d15
Octal14136127127077725711525
Binary1100101111010101111010111011111111110101111100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,94,87); }

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

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

 a { background-color: rgb(12,94,87); }

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

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

 span { border-color: rgb(12,94,87); }

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