#66D9AE

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

Shades of Medium Aquamarine #66D9AE

Tints of Medium Aquamarine #66D9AE

Color information

#66D9AE (or 0x66D9AE) is unknown color: approx Medium Aquamarine. HEX triplet: 66, D9 and AE. RGB value is (102,217,174). Sum of RGB (Red+Green+Blue) = 102+217+174=493 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.69% from 493); Green value is 217 (85.16% from 255 or 44.02% from 493); Blue value is 174 (68.36% from 255 or 35.29% from 493); Max value from RGB is 217 - color contains mainly: green. Hex color #66D9AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66D9AE is #992651. Grayscale: #B1B1B1. Windows color (decimal): -10036818 or 11458918. OLE color: 11458918.

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

Color convert

RGB102217174-
CMYK0.5300.200.15
HSL157.57º60.21%62.55%-
HSV(B)157.57º53%85.1%-
XYZ37.9355.5148.76-
YUV177.71125.974-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.69%
GREEN value IS 217 (85.16% from 255) = 44.02%
BLUE value IS 174 (68.36% from 255) = 35.29%
R=20.69%
G=44.02%
B=35.29%

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
Decimal1022171740.5300.200.15157.5760.2162.55
Hex66D9AE35014F9e3c3f
Octal14633125665024172367477
Binary11001101101100110101110110101010100111110011110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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