#66D8AD

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

Shades of Medium Aquamarine #66D8AD

Tints of Medium Aquamarine #66D8AD

Color information

#66D8AD (or 0x66D8AD) is unknown color: approx Medium Aquamarine. HEX triplet: 66, D8 and AD. RGB value is (102,216,173). Sum of RGB (Red+Green+Blue) = 102+216+173=491 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.77% from 491); Green value is 216 (84.77% from 255 or 43.99% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 216 - color contains mainly: green. Hex color #66D8AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66D8AD is #992752. Grayscale: #B1B1B1. Windows color (decimal): -10037075 or 11393126. OLE color: 11393126.

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

Color convert

RGB102216173-
CMYK0.5300.200.15
HSL157.37º59.38%62.35%-
HSV(B)157.37º52.78%84.71%-
XYZ37.5854.9548.16-
YUV177.01125.7374.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.77%
GREEN value IS 216 (84.77% from 255) = 43.99%
BLUE value IS 173 (67.97% from 255) = 35.23%
R=20.77%
G=43.99%
B=35.23%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1022161730.5300.200.15157.3759.3862.35
Hex66D8AD35014F9d3b3e
Octal14633025565024172357376
Binary11001101101100010101101110101010100111110011101111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,216,173); }

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

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

 a { background-color: rgb(102,216,173); }

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

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

 span { border-color: rgb(102,216,173); }

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