#65E3A1

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

Shades of Medium Aquamarine #65E3A1

Tints of Medium Aquamarine #65E3A1

Color information

#65E3A1 (or 0x65E3A1) is unknown color: approx Medium Aquamarine. HEX triplet: 65, E3 and A1. RGB value is (101,227,161). Sum of RGB (Red+Green+Blue) = 101+227+161=489 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.65% from 489); Green value is 227 (89.06% from 255 or 46.42% from 489); Blue value is 161 (63.28% from 255 or 32.92% from 489); Max value from RGB is 227 - color contains mainly: green. Hex color #65E3A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65E3A1 is #9A1C5E. Grayscale: #B5B5B5. Windows color (decimal): -10099807 or 10609509. OLE color: 10609509.

HSL color Cylindrical-coordinate representation of color #65E3A1: hue angle of 148.57º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65E3A1 is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.11.

Color convert

RGB101227161-
CMYK0.5600.290.11
HSL148.57º69.23%64.31%-
HSV(B)148.57º55.51%89.02%-
XYZ39.2760.2843.28-
YUV181.8116.2670.37-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.65%
GREEN value IS 227 (89.06% from 255) = 46.42%
BLUE value IS 161 (63.28% from 255) = 32.92%
R=20.65%
G=46.42%
B=32.92%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1012271610.5600.290.11148.5769.2364.31
Hex65E3A13801DB954540
Octal1453432417003513225105100
Binary1100101111000111010000111100001110110111001010110001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65E3A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,227,161); }

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

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

 a { background-color: rgb(101,227,161); }

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

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

 span { border-color: rgb(101,227,161); }

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