#66EDAB

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

Shades of Medium Aquamarine #66EDAB

Tints of Medium Aquamarine #66EDAB

Color information

#66EDAB (or 0x66EDAB) is unknown color: approx Medium Aquamarine. HEX triplet: 66, ED and AB. RGB value is (102,237,171). Sum of RGB (Red+Green+Blue) = 102+237+171=510 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20% from 510); Green value is 237 (92.97% from 255 or 46.47% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 237 - color contains mainly: green. Hex color #66EDAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66EDAB is #991254. Grayscale: #BDBDBD. Windows color (decimal): -10031701 or 11267430. OLE color: 11267430.

HSL color Cylindrical-coordinate representation of color #66EDAB: hue angle of 150.67º degrees, saturation: 0.79, 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 #66EDAB is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB102237171-
CMYK0.5700.280.07
HSL150.67º78.95%66.47%-
HSV(B)150.67º56.96%92.94%-
XYZ43.1166.3349.06-
YUV189.11117.7765.87-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20%
GREEN value IS 237 (92.97% from 255) = 46.47%
BLUE value IS 171 (67.19% from 255) = 33.53%
R=20%
G=46.47%
B=33.53%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1022371710.5700.280.07150.6778.9566.47
Hex66EDAB3901C7974f42
Octal146355253710347227117102
Binary110011011101101101010111110010111001111001011110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66EDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,237,171); }

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

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

 a { background-color: rgb(102,237,171); }

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

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

 span { border-color: rgb(102,237,171); }

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