#66D79E

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

Shades of Medium Aquamarine #66D79E

Tints of Medium Aquamarine #66D79E

Color information

#66D79E (or 0x66D79E) is unknown color: approx Medium Aquamarine. HEX triplet: 66, D7 and 9E. RGB value is (102,215,158). Sum of RGB (Red+Green+Blue) = 102+215+158=475 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.47% from 475); Green value is 215 (84.38% from 255 or 45.26% from 475); Blue value is 158 (62.11% from 255 or 33.26% from 475); Max value from RGB is 215 - color contains mainly: green. Hex color #66D79E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66D79E is #992861. Grayscale: #AEAEAE. Windows color (decimal): -10037346 or 10409830. OLE color: 10409830.

HSL color Cylindrical-coordinate representation of color #66D79E: hue angle of 149.73º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66D79E is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB102215158-
CMYK0.5300.270.16
HSL149.73º58.55%62.16%-
HSV(B)149.73º52.56%84.31%-
XYZ35.9553.8940.86-
YUV174.72118.5676.13-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.47%
GREEN value IS 215 (84.38% from 255) = 45.26%
BLUE value IS 158 (62.11% from 255) = 33.26%
R=21.47%
G=45.26%
B=33.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1022151580.5300.270.16149.7358.5562.16
Hex66D79E3501B10963b3e
Octal14632723665033202267376
Binary110011011010111100111101101010110111000010010110111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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