#006261

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

Shades of Mosque #006261

Tints of Mosque #006261

Color information

#006261 (or 0x006261) is unknown color: approx Mosque. HEX triplet: 00, 62 and 61. RGB value is (0,98,97). Sum of RGB (Red+Green+Blue) = 0+98+97=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 98 (38.67% from 255 or 50.26% from 195); Blue value is 97 (38.28% from 255 or 49.74% from 195); Max value from RGB is 98 - color contains mainly: green. Hex color #006261 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006261 is #FF9D9E. Grayscale: #444444. Windows color (decimal): -16752031 or 6382080. OLE color: 6382080.

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

Color convert

RGB09897-
CMYK100.010.62
HSL179.39º100%19.22%-
HSV(B)179.39º100%38.43%-
XYZ6.539.612.82-
YUV68.58144.0379.08-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 98 (38.67% from 255) = 50.26%
BLUE value IS 97 (38.28% from 255) = 49.74%
R=0%
G=50.26%
B=49.74%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal09897100.010.62179.3910019.22
Hex0626164013Eb36413
Octal0142141144017626314423
Binary01100010110000111001000111111010110011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006261; }

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

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

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

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

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

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

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

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