#66E1A9

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

Shades of Medium Aquamarine #66E1A9

Tints of Medium Aquamarine #66E1A9

Color information

#66E1A9 (or 0x66E1A9) is unknown color: approx Medium Aquamarine. HEX triplet: 66, E1 and A9. RGB value is (102,225,169). Sum of RGB (Red+Green+Blue) = 102+225+169=496 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.56% from 496); Green value is 225 (88.28% from 255 or 45.36% from 496); Blue value is 169 (66.41% from 255 or 34.07% from 496); Max value from RGB is 225 - color contains mainly: green. Hex color #66E1A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66E1A9 is #991E56. Grayscale: #B5B5B5. Windows color (decimal): -10034775 or 11133286. OLE color: 11133286.

HSL color Cylindrical-coordinate representation of color #66E1A9: hue angle of 152.68º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66E1A9 is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB102225169-
CMYK0.5500.250.12
HSL152.68º67.21%64.12%-
HSV(B)152.68º54.67%88.24%-
XYZ39.5759.5446.94-
YUV181.84120.7571.05-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.56%
GREEN value IS 225 (88.28% from 255) = 45.36%
BLUE value IS 169 (66.41% from 255) = 34.07%
R=20.56%
G=45.36%
B=34.07%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1022251690.5500.250.12152.6867.2164.12
Hex66E1A937019C994340
Octal1463412516703114231103100
Binary1100110111000011010100111011101100111001001100110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66E1A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,225,169); }

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

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

 a { background-color: rgb(102,225,169); }

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

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

 span { border-color: rgb(102,225,169); }

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