#66D99E

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

Shades of Medium Aquamarine #66D99E

Tints of Medium Aquamarine #66D99E

Color information

#66D99E (or 0x66D99E) is unknown color: approx Medium Aquamarine. HEX triplet: 66, D9 and 9E. RGB value is (102,217,158). Sum of RGB (Red+Green+Blue) = 102+217+158=477 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.38% from 477); Green value is 217 (85.16% from 255 or 45.49% from 477); Blue value is 158 (62.11% from 255 or 33.12% from 477); Max value from RGB is 217 - color contains mainly: green. Hex color #66D99E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66D99E is #992661. Grayscale: #B0B0B0. Windows color (decimal): -10036834 or 10410342. OLE color: 10410342.

HSL color Cylindrical-coordinate representation of color #66D99E: hue angle of 149.22º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66D99E is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB102217158-
CMYK0.5300.270.15
HSL149.22º60.21%62.55%-
HSV(B)149.22º53%85.1%-
XYZ36.4654.9241.03-
YUV175.89117.975.3-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.38%
GREEN value IS 217 (85.16% from 255) = 45.49%
BLUE value IS 158 (62.11% from 255) = 33.12%
R=21.38%
G=45.49%
B=33.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1022171580.5300.270.15149.2260.2162.55
Hex66D99E3501BF953c3f
Octal14633123665033172257477
Binary11001101101100110011110110101011011111110010101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,217,158); }

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

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

 a { background-color: rgb(102,217,158); }

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

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

 span { border-color: rgb(102,217,158); }

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