#65E7A4

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

Shades of Medium Aquamarine #65E7A4

Tints of Medium Aquamarine #65E7A4

Color information

#65E7A4 (or 0x65E7A4) is unknown color: approx Medium Aquamarine. HEX triplet: 65, E7 and A4. RGB value is (101,231,164). Sum of RGB (Red+Green+Blue) = 101+231+164=496 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.36% from 496); Green value is 231 (90.62% from 255 or 46.57% from 496); Blue value is 164 (64.45% from 255 or 33.06% from 496); Max value from RGB is 231 - color contains mainly: green. Hex color #65E7A4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65E7A4 is #9A185B. Grayscale: #B8B8B8. Windows color (decimal): -10098780 or 10807141. OLE color: 10807141.

HSL color Cylindrical-coordinate representation of color #65E7A4: hue angle of 149.08º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65E7A4 is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB101231164-
CMYK0.5600.290.09
HSL149.08º73.03%65.1%-
HSV(B)149.08º56.28%90.59%-
XYZ40.6462.645.06-
YUV184.49116.4368.45-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.36%
GREEN value IS 231 (90.62% from 255) = 46.57%
BLUE value IS 164 (64.45% from 255) = 33.06%
R=20.36%
G=46.57%
B=33.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1012311640.5600.290.09149.0873.0365.1
Hex65E7A43801D9954941
Octal1453472447003511225111101
Binary1100101111001111010010011100001110110011001010110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65E7A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,231,164); }

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

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

 a { background-color: rgb(101,231,164); }

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

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

 span { border-color: rgb(101,231,164); }

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