#66EF97

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

Shades of Medium Aquamarine #66EF97

Tints of Medium Aquamarine #66EF97

Color information

#66EF97 (or 0x66EF97) is unknown color: approx Medium Aquamarine. HEX triplet: 66, EF and 97. RGB value is (102,239,151). Sum of RGB (Red+Green+Blue) = 102+239+151=492 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.73% from 492); Green value is 239 (93.75% from 255 or 48.58% from 492); Blue value is 151 (59.38% from 255 or 30.69% from 492); Max value from RGB is 239 - color contains mainly: green. Hex color #66EF97 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66EF97 is #991068. Grayscale: #BCBCBC. Windows color (decimal): -10031209 or 9957222. OLE color: 9957222.

HSL color Cylindrical-coordinate representation of color #66EF97: hue angle of 141.46º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66EF97 is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB102239151-
CMYK0.5700.370.06
HSL141.46º81.07%66.86%-
HSV(B)141.46º57.32%93.73%-
XYZ41.9366.7939.96-
YUV188107.1166.66-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.73%
GREEN value IS 239 (93.75% from 255) = 48.58%
BLUE value IS 151 (59.38% from 255) = 30.69%
R=20.73%
G=48.58%
B=30.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1022391510.5700.370.06141.4681.0766.86
Hex66EF973902568d5143
Octal146357227710456215121103
Binary1100110111011111001011111100101001011101000110110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66EF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,239,151); }

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

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

 a { background-color: rgb(102,239,151); }

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

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

 span { border-color: rgb(102,239,151); }

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