#0C5B58

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

Shades of Mosque #0C5B58

Tints of Mosque #0C5B58

Color information

#0C5B58 (or 0x0C5B58) is unknown color: approx Mosque. HEX triplet: 0C, 5B and 58. RGB value is (12,91,88). Sum of RGB (Red+Green+Blue) = 12+91+88=191 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.28% from 191); Green value is 91 (35.94% from 255 or 47.64% from 191); Blue value is 88 (34.77% from 255 or 46.07% from 191); Max value from RGB is 91 - color contains mainly: green. Hex color #0C5B58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5B58 is #F3A4A7. Grayscale: #424242. Windows color (decimal): -15967400 or 5790476. OLE color: 5790476.

HSL color Cylindrical-coordinate representation of color #0C5B58: hue angle of 177.72º degrees, saturation: 0.77, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C5B58 is Cyan = 0.87, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB129188-
CMYK0.8700.030.64
HSL177.72º76.7%20.2%-
HSV(B)177.72º86.81%35.69%-
XYZ5.658.2610.53-
YUV67.04139.8388.74-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.28%
GREEN value IS 91 (35.94% from 255) = 47.64%
BLUE value IS 88 (34.77% from 255) = 46.07%
R=6.28%
G=47.64%
B=46.07%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1291880.8700.030.64177.7276.720.2
HexC5B58570340b24d14
Octal141331301270310026211524
Binary1100101101110110001010111011100000010110010100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,91,88); }

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

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

 a { background-color: rgb(12,91,88); }

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

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

 span { border-color: rgb(12,91,88); }

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