#65E0AD

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

Shades of Medium Aquamarine #65E0AD

Tints of Medium Aquamarine #65E0AD

Color information

#65E0AD (or 0x65E0AD) is unknown color: approx Medium Aquamarine. HEX triplet: 65, E0 and AD. RGB value is (101,224,173). Sum of RGB (Red+Green+Blue) = 101+224+173=498 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.28% from 498); Green value is 224 (87.89% from 255 or 44.98% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 224 - color contains mainly: green. Hex color #65E0AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65E0AD is #9A1F52. Grayscale: #B5B5B5. Windows color (decimal): -10100563 or 11395173. OLE color: 11395173.

HSL color Cylindrical-coordinate representation of color #65E0AD: hue angle of 155.12º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65E0AD is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB101224173-
CMYK0.5500.230.12
HSL155.12º66.49%63.73%-
HSV(B)155.12º54.91%87.84%-
XYZ39.5759.148.86-
YUV181.41123.2570.65-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.28%
GREEN value IS 224 (87.89% from 255) = 44.98%
BLUE value IS 173 (67.97% from 255) = 34.74%
R=20.28%
G=44.98%
B=34.74%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1012241730.5500.230.12155.1266.4963.73
Hex65E0AD37017C9b4240
Octal1453402556702714233102100
Binary1100101111000001010110111011101011111001001101110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65E0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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