#026160

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

Shades of Mosque #026160

Tints of Mosque #026160

Color information

#026160 (or 0x026160) is unknown color: approx Mosque. HEX triplet: 02, 61 and 60. RGB value is (2,97,96). Sum of RGB (Red+Green+Blue) = 2+97+96=195 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 195); Green value is 97 (38.28% from 255 or 49.74% from 195); Blue value is 96 (37.89% from 255 or 49.23% from 195); Max value from RGB is 97 - color contains mainly: green. Hex color #026160 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026160 is #FD9E9F. Grayscale: #444444. Windows color (decimal): -16621216 or 6316290. OLE color: 6316290.

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

Color convert

RGB29796-
CMYK0.9800.010.62
HSL179.37º95.96%19.41%-
HSV(B)179.37º97.94%38.04%-
XYZ6.419.4112.54-
YUV68.48143.5380.58-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.03%
GREEN value IS 97 (38.28% from 255) = 49.74%
BLUE value IS 96 (37.89% from 255) = 49.23%
R=1.03%
G=49.74%
B=49.23%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal297960.9800.010.62179.3795.9619.41
Hex2616062013Eb36013
Octal2141140142017626314023
Binary101100001110000011000100111111010110011110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026160; }

 p { color: rgb(2,97,96); }

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

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

 a { background-color: rgb(2,97,96); }

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

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

 span { border-color: rgb(2,97,96); }

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