#66DCA5

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

Shades of Medium Aquamarine #66DCA5

Tints of Medium Aquamarine #66DCA5

Color information

#66DCA5 (or 0x66DCA5) is unknown color: approx Medium Aquamarine. HEX triplet: 66, DC and A5. RGB value is (102,220,165). Sum of RGB (Red+Green+Blue) = 102+220+165=487 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.94% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 165 (64.84% from 255 or 33.88% from 487); Max value from RGB is 220 - color contains mainly: green. Hex color #66DCA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66DCA5 is #99235A. Grayscale: #B2B2B2. Windows color (decimal): -10036059 or 10869862. OLE color: 10869862.

HSL color Cylindrical-coordinate representation of color #66DCA5: hue angle of 152.03º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66DCA5 is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB102220165-
CMYK0.5400.250.14
HSL152.03º62.77%63.14%-
HSV(B)152.03º53.64%86.27%-
XYZ37.8656.7344.55-
YUV178.45120.4173.47-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.94%
GREEN value IS 220 (86.33% from 255) = 45.17%
BLUE value IS 165 (64.84% from 255) = 33.88%
R=20.94%
G=45.17%
B=33.88%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1022201650.5400.250.14152.0362.7763.14
Hex66DCA536019E983f3f
Octal14633424566031162307777
Binary11001101101110010100101110110011001111010011000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,220,165); }

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

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

 a { background-color: rgb(102,220,165); }

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

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

 span { border-color: rgb(102,220,165); }

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