Html Css Color HEX #026666 Mosque

📋 copy color: '#026666'

red 2 ◦ green 102 ◦ blue 102

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

Shades of Mosque #026666

Tints of Mosque #026666

RGB

 RED value IS 2 (1.17% from 255) = 0.97%

 GREEN value IS 102 (40.23% from 255) = 49.51%

 BLUE value IS 102 (40.23% from 255) = 49.51%

R = 0.97%
G = 49.51%
B = 49.51%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#026666 (or 0x026666) is known color: Mosque. HEX triplet: 02, 66 and 66. RGB value is (2,102,102). Sum of RGB (Red+Green+Blue) = 2+102+102=206 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 206); Green value is 102 (40.23% from 255 or 49.51% from 206); Blue value is 102 (40.23% from 255 or 49.51% from 206); Max value from RGB is 102 - color contains mainly: green, blue. Hex color #026666 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026666 is #FD9999. Grayscale: #484848. Windows color (decimal): -16619930 or 6710786. OLE color: 6710786.

HSL color Cylindrical-coordinate representation of color #026666: hue angle of 180º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026666 is Cyan = 0.98, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 2 102 102 -
CMYK 0.98 0 0 0.6
HSL 180º 0.96% 0.2% -
HSV(B) 180º 0.98% 0.4% -
XYZ 7.17 10.47 14.21 -
YUV 72.1 144.87 78 -
System Red Green Blue C M Y K H S L
Decimal 2 102 102 0.98 0 0 0.6 180 0.96 0.2
Hex 2 66 66 62 0 0 3C B4 60 14
Octal 2 146 146 142 0 0 74 264 140 24
Binary 10 1100110 1100110 1100010 0 0 111100 10110100 1100000 10100

Color Harmonies of #026666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026666

Black with #026666

Text Example


Text Example

White with #026666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026666; }

 p { color: rgb(2,102,102); }

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

background-color css

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

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

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

border-color css

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

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

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