#66EFAC

Color #66EFAC Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #66EFAC

Tints of Medium Aquamarine #66EFAC

Color information

#66EFAC (or 0x66EFAC) is unknown color: approx Medium Aquamarine. HEX triplet: 66, EF and AC. RGB value is (102,239,172). Sum of RGB (Red+Green+Blue) = 102+239+172=513 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.88% from 513); Green value is 239 (93.75% from 255 or 46.59% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 239 - color contains mainly: green. Hex color #66EFAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66EFAC is #991053. Grayscale: #BEBEBE. Windows color (decimal): -10031188 or 11333478. OLE color: 11333478.

HSL color Cylindrical-coordinate representation of color #66EFAC: hue angle of 150.66º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66EFAC is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB102239172-
CMYK0.5700.280.06
HSL150.66º81.07%66.86%-
HSV(B)150.66º57.32%93.73%-
XYZ43.7967.5449.76-
YUV190.4117.6164.95-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.88%
GREEN value IS 239 (93.75% from 255) = 46.59%
BLUE value IS 172 (67.58% from 255) = 33.53%
R=19.88%
G=46.59%
B=33.53%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1022391720.5700.280.06150.6681.0766.86
Hex66EFAC3901C6975143
Octal146357254710346227121103
Binary110011011101111101011001110010111001101001011110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66EFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66EFAC; }

 p { color: rgb(102,239,172); }

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

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

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

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

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

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

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