#66EDA6

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

Shades of Medium Aquamarine #66EDA6

Tints of Medium Aquamarine #66EDA6

Color information

#66EDA6 (or 0x66EDA6) is unknown color: approx Medium Aquamarine. HEX triplet: 66, ED and A6. RGB value is (102,237,166). Sum of RGB (Red+Green+Blue) = 102+237+166=505 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.20% from 505); Green value is 237 (92.97% from 255 or 46.93% from 505); Blue value is 166 (65.23% from 255 or 32.87% from 505); Max value from RGB is 237 - color contains mainly: green. Hex color #66EDA6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66EDA6 is #991259. Grayscale: #BCBCBC. Windows color (decimal): -10031706 or 10939750. OLE color: 10939750.

HSL color Cylindrical-coordinate representation of color #66EDA6: hue angle of 148.44º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66EDA6 is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB102237166-
CMYK0.5700.300.07
HSL148.44º78.95%66.47%-
HSV(B)148.44º56.96%92.94%-
XYZ42.6566.1546.6-
YUV188.54115.2766.27-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.20%
GREEN value IS 237 (92.97% from 255) = 46.93%
BLUE value IS 166 (65.23% from 255) = 32.87%
R=20.20%
G=46.93%
B=32.87%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1022371660.5700.300.07148.4478.9566.47
Hex66EDA63901E7944f42
Octal146355246710367224117102
Binary110011011101101101001101110010111101111001010010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66EDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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