#66DFA6

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

Shades of Medium Aquamarine #66DFA6

Tints of Medium Aquamarine #66DFA6

Color information

#66DFA6 (or 0x66DFA6) is unknown color: approx Medium Aquamarine. HEX triplet: 66, DF and A6. RGB value is (102,223,166). Sum of RGB (Red+Green+Blue) = 102+223+166=491 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.77% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 166 (65.23% from 255 or 33.81% from 491); Max value from RGB is 223 - color contains mainly: green. Hex color #66DFA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66DFA6 is #992059. Grayscale: #B4B4B4. Windows color (decimal): -10035290 or 10936166. OLE color: 10936166.

HSL color Cylindrical-coordinate representation of color #66DFA6: hue angle of 151.74º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66DFA6 is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB102223166-
CMYK0.5400.260.13
HSL151.74º65.41%63.73%-
HSV(B)151.74º54.26%87.45%-
XYZ38.7558.3545.3-
YUV180.32119.9172.13-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.77%
GREEN value IS 223 (87.5% from 255) = 45.42%
BLUE value IS 166 (65.23% from 255) = 33.81%
R=20.77%
G=45.42%
B=33.81%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1022231660.5400.260.13151.7465.4163.73
Hex66DFA63601AD984140
Octal1463372466603215230101100
Binary1100110110111111010011011011001101011011001100010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,223,166); }

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

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

 a { background-color: rgb(102,223,166); }

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

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

 span { border-color: rgb(102,223,166); }

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