#65E6AC

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

Shades of Medium Aquamarine #65E6AC

Tints of Medium Aquamarine #65E6AC

Color information

#65E6AC (or 0x65E6AC) is unknown color: approx Medium Aquamarine. HEX triplet: 65, E6 and AC. RGB value is (101,230,172). Sum of RGB (Red+Green+Blue) = 101+230+172=503 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.08% from 503); Green value is 230 (90.23% from 255 or 45.73% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 230 - color contains mainly: green. Hex color #65E6AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65E6AC is #9A1953. Grayscale: #B8B8B8. Windows color (decimal): -10099028 or 11331173. OLE color: 11331173.

HSL color Cylindrical-coordinate representation of color #65E6AC: hue angle of 153.02º degrees, saturation: 0.72, 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 #65E6AC is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB101230172-
CMYK0.5600.250.10
HSL153.02º72.07%64.9%-
HSV(B)153.02º56.09%90.2%-
XYZ41.1162.3448.9-
YUV184.82120.7668.22-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.08%
GREEN value IS 230 (90.23% from 255) = 45.73%
BLUE value IS 172 (67.58% from 255) = 34.19%
R=20.08%
G=45.73%
B=34.19%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1012301720.5600.250.10153.0272.0764.9
Hex65E6AC38019A994841
Octal1453462547003112231110101
Binary1100101111001101010110011100001100110101001100110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65E6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,230,172); }

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

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

 a { background-color: rgb(101,230,172); }

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

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

 span { border-color: rgb(101,230,172); }

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