#66E5AD

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

Shades of Medium Aquamarine #66E5AD

Tints of Medium Aquamarine #66E5AD

Color information

#66E5AD (or 0x66E5AD) is unknown color: approx Medium Aquamarine. HEX triplet: 66, E5 and AD. RGB value is (102,229,173). Sum of RGB (Red+Green+Blue) = 102+229+173=504 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.24% from 504); Green value is 229 (89.84% from 255 or 45.44% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 229 - color contains mainly: green. Hex color #66E5AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66E5AD is #991A52. Grayscale: #B8B8B8. Windows color (decimal): -10033747 or 11396454. OLE color: 11396454.

HSL color Cylindrical-coordinate representation of color #66E5AD: hue angle of 153.54º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66E5AD is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB102229173-
CMYK0.5500.240.10
HSL153.54º70.95%64.9%-
HSV(B)153.54º55.46%89.8%-
XYZ41.0461.8849.32-
YUV184.64121.4269.05-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.24%
GREEN value IS 229 (89.84% from 255) = 45.44%
BLUE value IS 173 (67.97% from 255) = 34.33%
R=20.24%
G=45.44%
B=34.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1022291730.5500.240.10153.5470.9564.9
Hex66E5AD37018A9a4741
Octal1463452556703012232107101
Binary1100110111001011010110111011101100010101001101010001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66E5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,229,173); }

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

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

 a { background-color: rgb(102,229,173); }

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

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

 span { border-color: rgb(102,229,173); }

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