#02685C

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

Shades of Mosque #02685C

Tints of Mosque #02685C

Color information

#02685C (or 0x02685C) is unknown color: approx Mosque. HEX triplet: 02, 68 and 5C. RGB value is (2,104,92). Sum of RGB (Red+Green+Blue) = 2+104+92=198 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 198); Green value is 104 (41.02% from 255 or 52.53% from 198); Blue value is 92 (36.33% from 255 or 46.46% from 198); Max value from RGB is 104 - color contains mainly: green. Hex color #02685C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02685C is #FD97A3. Grayscale: #484848. Windows color (decimal): -16619428 or 6055938. OLE color: 6055938.

HSL color Cylindrical-coordinate representation of color #02685C: hue angle of 172.94º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02685C is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB210492-
CMYK0.9800.120.59
HSL172.94º96.23%20.78%-
HSV(B)172.94º98.08%40.78%-
XYZ6.9110.6911.82-
YUV72.13139.2177.98-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.01%
GREEN value IS 104 (41.02% from 255) = 52.53%
BLUE value IS 92 (36.33% from 255) = 46.46%
R=1.01%
G=52.53%
B=46.46%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2104920.9800.120.59172.9496.2320.78
Hex2685C620C3Bad6015
Octal21501341420147325514025
Binary101101000101110011000100110011101110101101110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02685C; }

 p { color: rgb(2,104,92); }

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

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

 a { background-color: rgb(2,104,92); }

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

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

 span { border-color: rgb(2,104,92); }

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