Html Css Color HEX #025E51 Mosque

📋 copy color: '#025E51'

red 2 ◦ green 94 ◦ blue 81

#025E51
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mosque #025E51

Tints of Mosque #025E51

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 value IS 0.98

 M value IS 0

 Y value IS 0.14

 K value IS 0.63

RGB Variations

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

Color information

#025E51 (or 0x025E51) is known color: 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

RGB 2 94 81 -
CMYK 0.98 0 0.14 0.63
HSL 171.52º 0.96% 0.19% -
HSV(B) 171.52º 0.98% 0.37% -
XYZ 5.51 8.61 9.16 -
YUV 65.01 137.02 83.06 -
System Red Green Blue C M Y K H S L
Decimal 2 94 81 0.98 0 0.14 0.63 171.52 0.96 0.19
Hex 2 5E 51 62 0 E 3F AC 60 13
Octal 2 136 121 142 0 16 77 254 140 23
Binary 10 1011110 1010001 1100010 0 1110 111111 10101100 1100000 10011

Color Harmonies of #025E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025E51

Black with #025E51

Text Example


Text Example

White with #025E51

Text Example


Text Example

HTML Codes & Css Web 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>