#66ECAE

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

Shades of Medium Aquamarine #66ECAE

Tints of Medium Aquamarine #66ECAE

Color information

#66ECAE (or 0x66ECAE) is unknown color: approx Medium Aquamarine. HEX triplet: 66, EC and AE. RGB value is (102,236,174). Sum of RGB (Red+Green+Blue) = 102+236+174=512 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.92% from 512); Green value is 236 (92.58% from 255 or 46.09% from 512); Blue value is 174 (68.36% from 255 or 33.98% from 512); Max value from RGB is 236 - color contains mainly: green. Hex color #66ECAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66ECAE is #991351. Grayscale: #BCBCBC. Windows color (decimal): -10031954 or 11463782. OLE color: 11463782.

HSL color Cylindrical-coordinate representation of color #66ECAE: hue angle of 152.24º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66ECAE is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB102236174-
CMYK0.5700.260.07
HSL152.24º77.91%66.27%-
HSV(B)152.24º56.78%92.55%-
XYZ43.1165.8750.49-
YUV188.87119.6166.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.92%
GREEN value IS 236 (92.58% from 255) = 46.09%
BLUE value IS 174 (68.36% from 255) = 33.98%
R=19.92%
G=46.09%
B=33.98%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1022361740.5700.260.07152.2477.9166.27
Hex66ECAE3901A7984e42
Octal146354256710327230116102
Binary110011011101100101011101110010110101111001100010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66ECAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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