#025E51

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

Shades of Mosque #025E51

Tints of Mosque #025E51

Color information

#025E51 (or 0x025E51) is unknown color: approx Mosque. HEX triplet: 02, 5E and 51. RGB value is (2,94,81). Sum of RGB (Red+Green+Blue) = 2+94+81=177 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.13% from 177); Green value is 94 (37.11% from 255 or 53.11% from 177); Blue value is 81 (32.03% from 255 or 45.76% from 177); Max value from RGB is 94 - color contains mainly: green. Hex color #025E51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025E51 is #FDA1AE. Grayscale: #404040. Windows color (decimal): -16621999 or 5332482. OLE color: 5332482.

HSL color Cylindrical-coordinate representation of color #025E51: hue angle of 171.52º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025E51 is Cyan = 0.98, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.63.

Color convert

RGB29481-
CMYK0.9800.140.63
HSL171.52º95.83%18.82%-
HSV(B)171.52º97.87%36.86%-
XYZ5.518.619.16-
YUV65.01137.0283.06-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.13%
GREEN value IS 94 (37.11% from 255) = 53.11%
BLUE value IS 81 (32.03% from 255) = 45.76%
R=1.13%
G=53.11%
B=45.76%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal294810.9800.140.63171.5295.8318.82
Hex25E51620E3Fac6013
Octal21361211420167725414023
Binary101011110101000111000100111011111110101100110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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