#65E7A8

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

Shades of Medium Aquamarine #65E7A8

Tints of Medium Aquamarine #65E7A8

Color information

#65E7A8 (or 0x65E7A8) is unknown color: approx Medium Aquamarine. HEX triplet: 65, E7 and A8. RGB value is (101,231,168). Sum of RGB (Red+Green+Blue) = 101+231+168=500 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.2% from 500); Green value is 231 (90.62% from 255 or 46.2% from 500); Blue value is 168 (66.02% from 255 or 33.6% from 500); Max value from RGB is 231 - color contains mainly: green. Hex color #65E7A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65E7A8 is #9A1857. Grayscale: #B9B9B9. Windows color (decimal): -10098776 or 11069285. OLE color: 11069285.

HSL color Cylindrical-coordinate representation of color #65E7A8: hue angle of 150.92º 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 #65E7A8 is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB101231168-
CMYK0.5600.270.09
HSL150.92º73.03%65.1%-
HSV(B)150.92º56.28%90.59%-
XYZ41.0162.7547-
YUV184.95118.4368.12-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.2%
GREEN value IS 231 (90.62% from 255) = 46.2%
BLUE value IS 168 (66.02% from 255) = 33.6%
R=20.2%
G=46.2%
B=33.6%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1012311680.5600.270.09150.9273.0365.1
Hex65E7A83801B9974941
Octal1453472507003311227111101
Binary1100101111001111010100011100001101110011001011110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65E7A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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