#66DC9B

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

Shades of Medium Aquamarine #66DC9B

Tints of Medium Aquamarine #66DC9B

Color information

#66DC9B (or 0x66DC9B) is unknown color: approx Medium Aquamarine. HEX triplet: 66, DC and 9B. RGB value is (102,220,155). Sum of RGB (Red+Green+Blue) = 102+220+155=477 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.38% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 155 (60.94% from 255 or 32.49% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #66DC9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66DC9B is #992364. Grayscale: #B1B1B1. Windows color (decimal): -10036069 or 10214502. OLE color: 10214502.

HSL color Cylindrical-coordinate representation of color #66DC9B: hue angle of 146.95º 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 #66DC9B is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB102220155-
CMYK0.5400.300.14
HSL146.95º62.77%63.14%-
HSV(B)146.95º53.64%86.27%-
XYZ36.9956.3839.94-
YUV177.31115.4174.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.38%
GREEN value IS 220 (86.33% from 255) = 46.12%
BLUE value IS 155 (60.94% from 255) = 32.49%
R=21.38%
G=46.12%
B=32.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1022201550.5400.300.14146.9562.7763.14
Hex66DC9B3601EE933f3f
Octal14633423366036162237777
Binary11001101101110010011011110110011110111010010011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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