#66EAA3

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

Shades of Medium Aquamarine #66EAA3

Tints of Medium Aquamarine #66EAA3

Color information

#66EAA3 (or 0x66EAA3) is unknown color: approx Medium Aquamarine. HEX triplet: 66, EA and A3. RGB value is (102,234,163). Sum of RGB (Red+Green+Blue) = 102+234+163=499 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.44% from 499); Green value is 234 (91.80% from 255 or 46.89% from 499); Blue value is 163 (64.06% from 255 or 32.67% from 499); Max value from RGB is 234 - color contains mainly: green. Hex color #66EAA3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66EAA3 is #99155C. Grayscale: #BABABA. Windows color (decimal): -10032477 or 10742374. OLE color: 10742374.

HSL color Cylindrical-coordinate representation of color #66EAA3: hue angle of 147.73º 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 #66EAA3 is Cyan = 0.56, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB102234163-
CMYK0.5600.300.08
HSL147.73º75.86%65.88%-
HSV(B)147.73º56.41%91.76%-
XYZ41.5164.3144.88-
YUV186.44114.7767.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.44%
GREEN value IS 234 (91.80% from 255) = 46.89%
BLUE value IS 163 (64.06% from 255) = 32.67%
R=20.44%
G=46.89%
B=32.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1022341630.5600.300.08147.7375.8665.88
Hex66EAA33801E8944c42
Octal1463522437003610224114102
Binary1100110111010101010001111100001111010001001010010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66EAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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