#026B64

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

Shades of Mosque #026B64

Tints of Mosque #026B64

Color information

#026B64 (or 0x026B64) is unknown color: approx Mosque. HEX triplet: 02, 6B and 64. RGB value is (2,107,100). Sum of RGB (Red+Green+Blue) = 2+107+100=209 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 209); Green value is 107 (42.19% from 255 or 51.20% from 209); Blue value is 100 (39.45% from 255 or 47.85% from 209); Max value from RGB is 107 - color contains mainly: green. Hex color #026B64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026B64 is #FD949B. Grayscale: #4A4A4A. Windows color (decimal): -16618652 or 6580994. OLE color: 6580994.

HSL color Cylindrical-coordinate representation of color #026B64: hue angle of 176º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026B64 is Cyan = 0.98, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB2107100-
CMYK0.9800.070.58
HSL176º96.33%21.37%-
HSV(B)176º98.13%41.96%-
XYZ7.5811.4513.87-
YUV74.81142.2176.07-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.96%
GREEN value IS 107 (42.19% from 255) = 51.20%
BLUE value IS 100 (39.45% from 255) = 47.85%
R=0.96%
G=51.20%
B=47.85%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21071000.9800.070.5817696.3321.37
Hex26B6462073Ab06015
Octal2153144142077226014025
Binary10110101111001001100010011111101010110000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026B64; }

 p { color: rgb(2,107,100); }

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

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

 a { background-color: rgb(2,107,100); }

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

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

 span { border-color: rgb(2,107,100); }

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