#095E51

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

Shades of Mosque #095E51

Tints of Mosque #095E51

Color information

#095E51 (or 0x095E51) is unknown color: approx Mosque. HEX triplet: 09, 5E and 51. RGB value is (9,94,81). Sum of RGB (Red+Green+Blue) = 9+94+81=184 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.89% from 184); Green value is 94 (37.11% from 255 or 51.09% from 184); Blue value is 81 (32.03% from 255 or 44.02% from 184); Max value from RGB is 94 - color contains mainly: green. Hex color #095E51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095E51 is #F6A1AE. Grayscale: #434343. Windows color (decimal): -16163247 or 5332489. OLE color: 5332489.

HSL color Cylindrical-coordinate representation of color #095E51: hue angle of 170.82º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095E51 is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.63.

Color convert

RGB99481-
CMYK0.9000.140.63
HSL170.82º82.52%20.2%-
HSV(B)170.82º90.43%36.86%-
XYZ5.68.669.16-
YUV67.1135.8486.56-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.89%
GREEN value IS 94 (37.11% from 255) = 51.09%
BLUE value IS 81 (32.03% from 255) = 44.02%
R=4.89%
G=51.09%
B=44.02%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal994810.9000.140.63170.8282.5220.2
Hex95E515A0E3Fab5314
Octal111361211320167725312324
Binary10011011110101000110110100111011111110101011101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095E51; }

 p { color: rgb(9,94,81); }

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

<style>
 a { background-color: #095E51; }

 a { background-color: rgb(9,94,81); }

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

<style>
 span { border-color: #095E51; }

 span { border-color: rgb(9,94,81); }

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