#66EDA7

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

Shades of Medium Aquamarine #66EDA7

Tints of Medium Aquamarine #66EDA7

Color information

#66EDA7 (or 0x66EDA7) is unknown color: approx Medium Aquamarine. HEX triplet: 66, ED and A7. RGB value is (102,237,167). Sum of RGB (Red+Green+Blue) = 102+237+167=506 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.16% from 506); Green value is 237 (92.97% from 255 or 46.84% from 506); Blue value is 167 (65.62% from 255 or 33.00% from 506); Max value from RGB is 237 - color contains mainly: green. Hex color #66EDA7 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66EDA7 is #991258. Grayscale: #BCBCBC. Windows color (decimal): -10031705 or 11005286. OLE color: 11005286.

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

Color convert

RGB102237167-
CMYK0.5700.300.07
HSL148.89º78.95%66.47%-
HSV(B)148.89º56.96%92.94%-
XYZ42.7466.1847.08-
YUV188.66115.7766.19-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.16%
GREEN value IS 237 (92.97% from 255) = 46.84%
BLUE value IS 167 (65.62% from 255) = 33.00%
R=20.16%
G=46.84%
B=33.00%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1022371670.5700.300.07148.8978.9566.47
Hex66EDA73901E7954f42
Octal146355247710367225117102
Binary110011011101101101001111110010111101111001010110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66EDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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