#66EAA1

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

Shades of Medium Aquamarine #66EAA1

Tints of Medium Aquamarine #66EAA1

Color information

#66EAA1 (or 0x66EAA1) is unknown color: approx Medium Aquamarine. HEX triplet: 66, EA and A1. RGB value is (102,234,161). Sum of RGB (Red+Green+Blue) = 102+234+161=497 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.52% from 497); Green value is 234 (91.80% from 255 or 47.08% from 497); Blue value is 161 (63.28% from 255 or 32.39% from 497); Max value from RGB is 234 - color contains mainly: green. Hex color #66EAA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66EAA1 is #99155E. Grayscale: #BABABA. Windows color (decimal): -10032479 or 10611302. OLE color: 10611302.

HSL color Cylindrical-coordinate representation of color #66EAA1: hue angle of 146.82º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66EAA1 is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB102234161-
CMYK0.5600.310.08
HSL146.82º75.86%65.88%-
HSV(B)146.82º56.41%91.76%-
XYZ41.3464.2443.94-
YUV186.21113.7767.94-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.52%
GREEN value IS 234 (91.80% from 255) = 47.08%
BLUE value IS 161 (63.28% from 255) = 32.39%
R=20.52%
G=47.08%
B=32.39%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1022341610.5600.310.08146.8275.8665.88
Hex66EAA13801F8934c42
Octal1463522417003710223114102
Binary1100110111010101010000111100001111110001001001110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66EAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,234,161); }

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

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

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

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

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

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

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