Html Css Color HEX #025D5A Mosque

📋 copy color: '#025D5A'

red 2 ◦ green 93 ◦ blue 90

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

Shades of Mosque #025D5A

Tints of Mosque #025D5A

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

 M value IS 0

 Y value IS 0.03

 K value IS 0.64

RGB Variations

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

Color information

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

RGB 2 93 90 -
CMYK 0.98 0 0.03 0.64
HSL 178.02º 0.96% 0.19% -
HSV(B) 178.02º 0.98% 0.36% -
XYZ 5.78 8.58 11.02 -
YUV 65.45 141.85 82.74 -
System Red Green Blue C M Y K H S L
Decimal 2 93 90 0.98 0 0.03 0.64 178.02 0.96 0.19
Hex 2 5D 5A 62 0 3 40 B2 60 13
Octal 2 135 132 142 0 3 100 262 140 23
Binary 10 1011101 1011010 1100010 0 11 1000000 10110010 1100000 10011

Color Harmonies of #025D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025D5A

Black with #025D5A

Text Example


Text Example

White with #025D5A

Text Example


Text Example

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