#66D79C

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

Shades of Medium Aquamarine #66D79C

Tints of Medium Aquamarine #66D79C

Color information

#66D79C (or 0x66D79C) is unknown color: approx Medium Aquamarine. HEX triplet: 66, D7 and 9C. RGB value is (102,215,156). Sum of RGB (Red+Green+Blue) = 102+215+156=473 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.56% from 473); Green value is 215 (84.38% from 255 or 45.45% from 473); Blue value is 156 (61.33% from 255 or 32.98% from 473); Max value from RGB is 215 - color contains mainly: green. Hex color #66D79C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66D79C is #992863. Grayscale: #AEAEAE. Windows color (decimal): -10037348 or 10278758. OLE color: 10278758.

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

Color convert

RGB102215156-
CMYK0.5300.270.16
HSL148.67º58.55%62.16%-
HSV(B)148.67º52.56%84.31%-
XYZ35.7853.8339.96-
YUV174.49117.5676.3-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.56%
GREEN value IS 215 (84.38% from 255) = 45.45%
BLUE value IS 156 (61.33% from 255) = 32.98%
R=21.56%
G=45.45%
B=32.98%

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
Decimal1022151560.5300.270.16148.6758.5562.16
Hex66D79C3501B10953b3e
Octal14632723465033202257376
Binary110011011010111100111001101010110111000010010101111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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