#66F6A4

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

Shades of Medium Aquamarine #66F6A4

Tints of Medium Aquamarine #66F6A4

Color information

#66F6A4 (or 0x66F6A4) is unknown color: approx Medium Aquamarine. HEX triplet: 66, F6 and A4. RGB value is (102,246,164). Sum of RGB (Red+Green+Blue) = 102+246+164=512 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.92% from 512); Green value is 246 (96.48% from 255 or 48.05% from 512); Blue value is 164 (64.45% from 255 or 32.03% from 512); Max value from RGB is 246 - color contains mainly: green. Hex color #66F6A4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F6A4 is #99095B. Grayscale: #C1C1C1. Windows color (decimal): -10029404 or 10810982. OLE color: 10810982.

HSL color Cylindrical-coordinate representation of color #66F6A4: hue angle of 145.83º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66F6A4 is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.04.

Color convert

RGB102246164-
CMYK0.5900.330.04
HSL145.83º88.89%68.24%-
HSV(B)145.83º58.54%96.47%-
XYZ45.1471.4246.53-
YUV193.6111.2962.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.92%
GREEN value IS 246 (96.48% from 255) = 48.05%
BLUE value IS 164 (64.45% from 255) = 32.03%
R=19.92%
G=48.05%
B=32.03%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1022461640.5900.330.04145.8388.8968.24
Hex66F6A43B0214925944
Octal146366244730414222131104
Binary1100110111101101010010011101101000011001001001010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66F6A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,246,164); }

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

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

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

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

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

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

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