#65E5A9

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

Shades of Medium Aquamarine #65E5A9

Tints of Medium Aquamarine #65E5A9

Color information

#65E5A9 (or 0x65E5A9) is unknown color: approx Medium Aquamarine. HEX triplet: 65, E5 and A9. RGB value is (101,229,169). Sum of RGB (Red+Green+Blue) = 101+229+169=499 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.24% from 499); Green value is 229 (89.84% from 255 or 45.89% from 499); Blue value is 169 (66.41% from 255 or 33.87% from 499); Max value from RGB is 229 - color contains mainly: green. Hex color #65E5A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65E5A9 is #9A1A56. Grayscale: #B7B7B7. Windows color (decimal): -10099287 or 11134309. OLE color: 11134309.

HSL color Cylindrical-coordinate representation of color #65E5A9: hue angle of 151.88º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65E5A9 is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB101229169-
CMYK0.5600.260.10
HSL151.88º71.11%64.71%-
HSV(B)151.88º55.9%89.8%-
XYZ40.5561.6747.3-
YUV183.89119.5968.88-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.24%
GREEN value IS 229 (89.84% from 255) = 45.89%
BLUE value IS 169 (66.41% from 255) = 33.87%
R=20.24%
G=45.89%
B=33.87%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1012291690.5600.260.10151.8871.1164.71
Hex65E5A93801AA984741
Octal1453452517003212230107101
Binary1100101111001011010100111100001101010101001100010001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65E5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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