#65EFA3

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

Shades of Medium Aquamarine #65EFA3

Tints of Medium Aquamarine #65EFA3

Color information

#65EFA3 (or 0x65EFA3) is unknown color: approx Medium Aquamarine. HEX triplet: 65, EF and A3. RGB value is (101,239,163). Sum of RGB (Red+Green+Blue) = 101+239+163=503 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.08% from 503); Green value is 239 (93.75% from 255 or 47.51% from 503); Blue value is 163 (64.06% from 255 or 32.41% from 503); Max value from RGB is 239 - color contains mainly: green. Hex color #65EFA3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65EFA3 is #9A105C. Grayscale: #BDBDBD. Windows color (decimal): -10096733 or 10743653. OLE color: 10743653.

HSL color Cylindrical-coordinate representation of color #65EFA3: hue angle of 146.96º 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 #65EFA3 is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB101239163-
CMYK0.5800.320.06
HSL146.96º81.18%66.67%-
HSV(B)146.96º57.74%93.73%-
XYZ42.8467.1445.35-
YUV189.07113.2865.18-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.08%
GREEN value IS 239 (93.75% from 255) = 47.51%
BLUE value IS 163 (64.06% from 255) = 32.41%
R=20.08%
G=47.51%
B=32.41%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1012391630.5800.320.06146.9681.1866.67
Hex65EFA33A0206935143
Octal145357243720406223121103
Binary1100101111011111010001111101001000001101001001110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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