#66DDAA

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

Shades of Medium Aquamarine #66DDAA

Tints of Medium Aquamarine #66DDAA

Color information

#66DDAA (or 0x66DDAA) is unknown color: approx Medium Aquamarine. HEX triplet: 66, DD and AA. RGB value is (102,221,170). Sum of RGB (Red+Green+Blue) = 102+221+170=493 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.69% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #66DDAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66DDAA is #992255. Grayscale: #B3B3B3. Windows color (decimal): -10035798 or 11197798. OLE color: 11197798.

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

Color convert

RGB102221170-
CMYK0.5400.230.13
HSL154.29º63.64%63.33%-
HSV(B)154.29º53.85%86.67%-
XYZ38.5957.4447.08-
YUV179.6122.5872.65-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.69%
GREEN value IS 221 (86.72% from 255) = 44.83%
BLUE value IS 170 (66.80% from 255) = 34.48%
R=20.69%
G=44.83%
B=34.48%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1022211700.5400.230.13154.2963.6463.33
Hex66DDAA36017D9a403f
Octal146335252660271523210077
Binary110011011011101101010101101100101111101100110101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,221,170); }

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

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

 a { background-color: rgb(102,221,170); }

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

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

 span { border-color: rgb(102,221,170); }

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