Html Css Color HEX #006255 Mosque

📋 copy color: '#006255'

red 0 ◦ green 98 ◦ blue 85

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

Shades of Mosque #006255

Tints of Mosque #006255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 46.45%

R = 0%
G = 53.55%
B = 46.45%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#006255 (or 0x006255) is known color: Mosque. HEX triplet: 00, 62 and 55. RGB value is (0,98,85). Sum of RGB (Red+Green+Blue) = 0+98+85=183 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 183); Green value is 98 (38.67% from 255 or 53.55% from 183); Blue value is 85 (33.59% from 255 or 46.45% from 183); Max value from RGB is 98 - color contains mainly: green. Hex color #006255 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006255 is #FF9DAA. Grayscale: #434343. Windows color (decimal): -16752043 or 5595648. OLE color: 5595648.

HSL color Cylindrical-coordinate representation of color #006255: hue angle of 172.04º 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 #006255 is Cyan = 1, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 98 85 -
CMYK 1 0 0.13 0.62
HSL 172.04º 1% 0.19% -
HSV(B) 172.04º 1% 0.38% -
XYZ 6.01 9.39 10.09 -
YUV 67.22 138.03 80.06 -
System Red Green Blue C M Y K H S L
Decimal 0 98 85 1 0 0.13 0.62 172.04 1 0.19
Hex 0 62 55 64 0 D 3E AC 64 13
Octal 0 142 125 144 0 15 76 254 144 23
Binary 0 1100010 1010101 1100100 0 1101 111110 10101100 1100100 10011

Color Harmonies of #006255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006255

Black with #006255

Text Example


Text Example

White with #006255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006255; }

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

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

background-color css

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

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

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

border-color css

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

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

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