#025D5A

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

Shades of Mosque #025D5A

Tints of Mosque #025D5A

Color information

#025D5A (or 0x025D5A) is unknown color: approx Mosque. HEX triplet: 02, 5D and 5A. RGB value is (2,93,90). Sum of RGB (Red+Green+Blue) = 2+93+90=185 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 185); Green value is 93 (36.72% from 255 or 50.27% from 185); Blue value is 90 (35.55% from 255 or 48.65% from 185); Max value from RGB is 93 - color contains mainly: green. Hex color #025D5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025D5A is #FDA2A5. Grayscale: #414141. Windows color (decimal): -16622246 or 5922050. OLE color: 5922050.

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

Color convert

RGB29390-
CMYK0.9800.030.64
HSL178.02º95.79%18.63%-
HSV(B)178.02º97.85%36.47%-
XYZ5.788.5811.02-
YUV65.45141.8582.74-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.08%
GREEN value IS 93 (36.72% from 255) = 50.27%
BLUE value IS 90 (35.55% from 255) = 48.65%
R=1.08%
G=50.27%
B=48.65%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal293900.9800.030.64178.0295.7918.63
Hex25D5A620340b26013
Octal21351321420310026214023
Binary10101110110110101100010011100000010110010110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,93,90); }

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

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

 a { background-color: rgb(2,93,90); }

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

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

 span { border-color: rgb(2,93,90); }

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