#66D79D

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

Shades of Medium Aquamarine #66D79D

Tints of Medium Aquamarine #66D79D

Color information

#66D79D (or 0x66D79D) is unknown color: approx Medium Aquamarine. HEX triplet: 66, D7 and 9D. RGB value is (102,215,157). Sum of RGB (Red+Green+Blue) = 102+215+157=474 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.52% from 474); Green value is 215 (84.38% from 255 or 45.36% from 474); Blue value is 157 (61.72% from 255 or 33.12% from 474); Max value from RGB is 215 - color contains mainly: green. Hex color #66D79D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66D79D is #992862. Grayscale: #AEAEAE. Windows color (decimal): -10037347 or 10344294. OLE color: 10344294.

HSL color Cylindrical-coordinate representation of color #66D79D: hue angle of 149.2º 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 #66D79D is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB102215157-
CMYK0.5300.270.16
HSL149.2º58.55%62.16%-
HSV(B)149.2º52.56%84.31%-
XYZ35.8753.8640.4-
YUV174.6118.0676.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.52%
GREEN value IS 215 (84.38% from 255) = 45.36%
BLUE value IS 157 (61.72% from 255) = 33.12%
R=21.52%
G=45.36%
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.16
SystemRedGreenBlueCMYKHSL
Decimal1022151570.5300.270.16149.258.5562.16
Hex66D79D3501B10953b3e
Octal14632723565033202257376
Binary110011011010111100111011101010110111000010010101111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D79D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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