#65EFAC

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

Shades of Medium Aquamarine #65EFAC

Tints of Medium Aquamarine #65EFAC

Color information

#65EFAC (or 0x65EFAC) is unknown color: approx Medium Aquamarine. HEX triplet: 65, EF and AC. RGB value is (101,239,172). Sum of RGB (Red+Green+Blue) = 101+239+172=512 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.73% from 512); Green value is 239 (93.75% from 255 or 46.68% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 239 - color contains mainly: green. Hex color #65EFAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65EFAC is #9A1053. Grayscale: #BEBEBE. Windows color (decimal): -10096724 or 11333477. OLE color: 11333477.

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

Color convert

RGB101239172-
CMYK0.5800.280.06
HSL150.87º81.18%66.67%-
HSV(B)150.87º57.74%93.73%-
XYZ43.6867.4849.75-
YUV190.1117.7864.45-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.73%
GREEN value IS 239 (93.75% from 255) = 46.68%
BLUE value IS 172 (67.58% from 255) = 33.59%
R=19.73%
G=46.68%
B=33.59%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1012391720.5800.280.06150.8781.1866.67
Hex65EFAC3A01C6975143
Octal145357254720346227121103
Binary110010111101111101011001110100111001101001011110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65EFAC; }

 p { color: rgb(101,239,172); }

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

<style>
 a { background-color: #65EFAC; }

 a { background-color: rgb(101,239,172); }

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

<style>
 span { border-color: #65EFAC; }

 span { border-color: rgb(101,239,172); }

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