#65E1AD

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

Shades of Medium Aquamarine #65E1AD

Tints of Medium Aquamarine #65E1AD

Color information

#65E1AD (or 0x65E1AD) is unknown color: approx Medium Aquamarine. HEX triplet: 65, E1 and AD. RGB value is (101,225,173). Sum of RGB (Red+Green+Blue) = 101+225+173=499 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.24% from 499); Green value is 225 (88.28% from 255 or 45.09% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 225 - color contains mainly: green. Hex color #65E1AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65E1AD is #9A1E52. Grayscale: #B6B6B6. Windows color (decimal): -10100307 or 11395429. OLE color: 11395429.

HSL color Cylindrical-coordinate representation of color #65E1AD: hue angle of 154.84º degrees, saturation: 0.67, 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 #65E1AD is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB101225173-
CMYK0.5500.230.12
HSL154.84º67.39%63.92%-
HSV(B)154.84º55.11%88.24%-
XYZ39.8359.6348.95-
YUV182122.9270.23-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.24%
GREEN value IS 225 (88.28% from 255) = 45.09%
BLUE value IS 173 (67.97% from 255) = 34.67%
R=20.24%
G=45.09%
B=34.67%

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
Decimal1012251730.5500.230.12154.8467.3963.92
Hex65E1AD37017C9b4340
Octal1453412556702714233103100
Binary1100101111000011010110111011101011111001001101110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65E1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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