#66E4A6

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

Shades of Medium Aquamarine #66E4A6

Tints of Medium Aquamarine #66E4A6

Color information

#66E4A6 (or 0x66E4A6) is unknown color: approx Medium Aquamarine. HEX triplet: 66, E4 and A6. RGB value is (102,228,166). Sum of RGB (Red+Green+Blue) = 102+228+166=496 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.56% from 496); Green value is 228 (89.45% from 255 or 45.97% from 496); Blue value is 166 (65.23% from 255 or 33.47% from 496); Max value from RGB is 228 - color contains mainly: green. Hex color #66E4A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66E4A6 is #991B59. Grayscale: #B7B7B7. Windows color (decimal): -10034010 or 10937446. OLE color: 10937446.

HSL color Cylindrical-coordinate representation of color #66E4A6: hue angle of 150.48º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66E4A6 is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB102228166-
CMYK0.5500.270.11
HSL150.48º70%64.71%-
HSV(B)150.48º55.26%89.41%-
XYZ40.1161.0645.75-
YUV183.26118.2670.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.56%
GREEN value IS 228 (89.45% from 255) = 45.97%
BLUE value IS 166 (65.23% from 255) = 33.47%
R=20.56%
G=45.97%
B=33.47%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1022281660.5500.270.11150.487064.71
Hex66E4A63701BB964641
Octal1463442466703313226106101
Binary1100110111001001010011011011101101110111001011010001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66E4A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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