#66DD99

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

Shades of Medium Aquamarine #66DD99

Tints of Medium Aquamarine #66DD99

Color information

#66DD99 (or 0x66DD99) is unknown color: approx Medium Aquamarine. HEX triplet: 66, DD and 99. RGB value is (102,221,153). Sum of RGB (Red+Green+Blue) = 102+221+153=476 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.43% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 153 (60.16% from 255 or 32.14% from 476); Max value from RGB is 221 - color contains mainly: green. Hex color #66DD99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66DD99 is #992266. Grayscale: #B1B1B1. Windows color (decimal): -10035815 or 10083686. OLE color: 10083686.

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

Color convert

RGB102221153-
CMYK0.5400.310.13
HSL145.71º63.64%63.33%-
HSV(B)145.71º53.85%86.67%-
XYZ37.0956.8439.15-
YUV177.67114.0874.03-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.43%
GREEN value IS 221 (86.72% from 255) = 46.43%
BLUE value IS 153 (60.16% from 255) = 32.14%
R=21.43%
G=46.43%
B=32.14%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1022211530.5400.310.13145.7163.6463.33
Hex66DD993601FD92403f
Octal146335231660371522210077
Binary110011011011101100110011101100111111101100100101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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