Html Css Color HEX #00625A Mosque

📋 copy color: '#00625A'

red 0 ◦ green 98 ◦ blue 90

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

Shades of Mosque #00625A

Tints of Mosque #00625A

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 98 (38.67% from 255) = 52.13%

 BLUE value IS 90 (35.55% from 255) = 47.87%

R = 0%
G = 52.13%
B = 47.87%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#00625A (or 0x00625A) is known color: Mosque. HEX triplet: 00, 62 and 5A. RGB value is (0,98,90). Sum of RGB (Red+Green+Blue) = 0+98+90=188 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 188); Green value is 98 (38.67% from 255 or 52.13% from 188); Blue value is 90 (35.55% from 255 or 47.87% from 188); Max value from RGB is 98 - color contains mainly: green. Hex color #00625A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00625A is #FF9DA5. Grayscale: #434343. Windows color (decimal): -16752038 or 5923328. OLE color: 5923328.

HSL color Cylindrical-coordinate representation of color #00625A: hue angle of 175.1º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00625A is Cyan = 1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 98 90 -
CMYK 1 0 0.08 0.62
HSL 175.1º 1% 0.19% -
HSV(B) 175.1º 1% 0.38% -
XYZ 6.21 9.47 11.17 -
YUV 67.79 140.53 79.65 -
System Red Green Blue C M Y K H S L
Decimal 0 98 90 1 0 0.08 0.62 175.1 1 0.19
Hex 0 62 5A 64 0 8 3E AF 64 13
Octal 0 142 132 144 0 10 76 257 144 23
Binary 0 1100010 1011010 1100100 0 1000 111110 10101111 1100100 10011

Color Harmonies of #00625A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00625A

Black with #00625A

Text Example


Text Example

White with #00625A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00625A; }

 p { color: rgb(0,98,90); }

 H1.HeaderClassName
 {
   color: #00625A;
 }
 .AnyTagClassName
 {
   color: #00625A;
 }
</style>

background-color css

<style>
 a { background-color: #00625A; }

 a { background-color: rgb(0,98,90); }

 div.DivClassName
 {
   background-color: #00625A;
 }
 .BgClassName
 {
   background-color: #00625A;
 }
</style>

border-color css

<style>
 span { border-color: #00625A; }

 span { border-color: rgb(0,98,90); }

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