#66E5B2

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

Shades of Medium Aquamarine #66E5B2

Tints of Medium Aquamarine #66E5B2

Color information

#66E5B2 (or 0x66E5B2) is unknown color: approx Medium Aquamarine. HEX triplet: 66, E5 and B2. RGB value is (102,229,178). Sum of RGB (Red+Green+Blue) = 102+229+178=509 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.04% from 509); Green value is 229 (89.84% from 255 or 44.99% from 509); Blue value is 178 (69.92% from 255 or 34.97% from 509); Max value from RGB is 229 - color contains mainly: green. Hex color #66E5B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66E5B2 is #991A4D. Grayscale: #B9B9B9. Windows color (decimal): -10033742 or 11724134. OLE color: 11724134.

HSL color Cylindrical-coordinate representation of color #66E5B2: hue angle of 155.91º 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 #66E5B2 is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.10.

Color convert

RGB102229178-
CMYK0.5500.220.10
HSL155.91º70.95%64.9%-
HSV(B)155.91º55.46%89.8%-
XYZ41.5362.0851.91-
YUV185.21123.9268.65-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.04%
GREEN value IS 229 (89.84% from 255) = 44.99%
BLUE value IS 178 (69.92% from 255) = 34.97%
R=20.04%
G=44.99%
B=34.97%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1022291780.5500.220.10155.9170.9564.9
Hex66E5B237016A9c4741
Octal1463452626702612234107101
Binary1100110111001011011001011011101011010101001110010001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66E5B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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