#65E8AD

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

Shades of Medium Aquamarine #65E8AD

Tints of Medium Aquamarine #65E8AD

Color information

#65E8AD (or 0x65E8AD) is unknown color: approx Medium Aquamarine. HEX triplet: 65, E8 and AD. RGB value is (101,232,173). Sum of RGB (Red+Green+Blue) = 101+232+173=506 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.96% from 506); Green value is 232 (91.02% from 255 or 45.85% from 506); Blue value is 173 (67.97% from 255 or 34.19% from 506); Max value from RGB is 232 - color contains mainly: green. Hex color #65E8AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65E8AD is #9A1752. Grayscale: #BABABA. Windows color (decimal): -10098515 or 11397221. OLE color: 11397221.

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

Color convert

RGB101232173-
CMYK0.5600.250.09
HSL152.98º74.01%65.29%-
HSV(B)152.98º56.47%90.98%-
XYZ41.7763.549.59-
YUV186.1120.667.3-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.96%
GREEN value IS 232 (91.02% from 255) = 45.85%
BLUE value IS 173 (67.97% from 255) = 34.19%
R=19.96%
G=45.85%
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.09
SystemRedGreenBlueCMYKHSL
Decimal1012321730.5600.250.09152.9874.0165.29
Hex65E8AD380199994a41
Octal1453502557003111231112101
Binary1100101111010001010110111100001100110011001100110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65E8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,232,173); }

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

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

 a { background-color: rgb(101,232,173); }

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

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

 span { border-color: rgb(101,232,173); }

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