#66FCA6

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

Shades of Medium Aquamarine #66FCA6

Tints of Medium Aquamarine #66FCA6

Color information

#66FCA6 (or 0x66FCA6) is unknown color: approx Medium Aquamarine. HEX triplet: 66, FC and A6. RGB value is (102,252,166). Sum of RGB (Red+Green+Blue) = 102+252+166=520 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.62% from 520); Green value is 252 (98.83% from 255 or 48.46% from 520); Blue value is 166 (65.23% from 255 or 31.92% from 520); Max value from RGB is 252 - color contains mainly: green. Hex color #66FCA6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66FCA6 is #990359. Grayscale: #C5C5C5. Windows color (decimal): -10027866 or 10943590. OLE color: 10943590.

HSL color Cylindrical-coordinate representation of color #66FCA6: hue angle of 145.6º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66FCA6 is Cyan = 0.60, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB102252166-
CMYK0.6000.340.01
HSL145.6º96.15%69.41%-
HSV(B)145.6º59.52%98.82%-
XYZ47.1775.248.1-
YUV197.35110.359.99-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.62%
GREEN value IS 252 (98.83% from 255) = 48.46%
BLUE value IS 166 (65.23% from 255) = 31.92%
R=19.62%
G=48.46%
B=31.92%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1022521660.6000.340.01145.696.1569.41
Hex66FCA63C0221926045
Octal146374246740421222140105
Binary11001101111110010100110111100010001011001001011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66FCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,252,166); }

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

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

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

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

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

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

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