#65E7A9

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

Shades of Medium Aquamarine #65E7A9

Tints of Medium Aquamarine #65E7A9

Color information

#65E7A9 (or 0x65E7A9) is unknown color: approx Medium Aquamarine. HEX triplet: 65, E7 and A9. RGB value is (101,231,169). Sum of RGB (Red+Green+Blue) = 101+231+169=501 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.16% from 501); Green value is 231 (90.62% from 255 or 46.11% from 501); Blue value is 169 (66.41% from 255 or 33.73% from 501); Max value from RGB is 231 - color contains mainly: green. Hex color #65E7A9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65E7A9 is #9A1856. Grayscale: #B9B9B9. Windows color (decimal): -10098775 or 11134821. OLE color: 11134821.

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

Color convert

RGB101231169-
CMYK0.5600.270.09
HSL151.38º73.03%65.1%-
HSV(B)151.38º56.28%90.59%-
XYZ41.162.7847.49-
YUV185.06118.9368.04-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.16%
GREEN value IS 231 (90.62% from 255) = 46.11%
BLUE value IS 169 (66.41% from 255) = 33.73%
R=20.16%
G=46.11%
B=33.73%

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
Decimal1012311690.5600.270.09151.3873.0365.1
Hex65E7A93801B9974941
Octal1453472517003311227111101
Binary1100101111001111010100111100001101110011001011110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65E7A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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