#66DC9C

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

Shades of Medium Aquamarine #66DC9C

Tints of Medium Aquamarine #66DC9C

Color information

#66DC9C (or 0x66DC9C) is unknown color: approx Medium Aquamarine. HEX triplet: 66, DC and 9C. RGB value is (102,220,156). Sum of RGB (Red+Green+Blue) = 102+220+156=478 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.34% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 156 (61.33% from 255 or 32.64% from 478); Max value from RGB is 220 - color contains mainly: green. Hex color #66DC9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66DC9C is #992363. Grayscale: #B1B1B1. Windows color (decimal): -10036068 or 10280038. OLE color: 10280038.

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

Color convert

RGB102220156-
CMYK0.5400.290.14
HSL147.46º62.77%63.14%-
HSV(B)147.46º53.64%86.27%-
XYZ37.0756.4140.39-
YUV177.42115.9174.2-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.34%
GREEN value IS 220 (86.33% from 255) = 46.03%
BLUE value IS 156 (61.33% from 255) = 32.64%
R=21.34%
G=46.03%
B=32.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1022201560.5400.290.14147.4662.7763.14
Hex66DC9C3601DE933f3f
Octal14633423466035162237777
Binary11001101101110010011100110110011101111010010011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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