#65D1AD

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

Shades of Medium Aquamarine #65D1AD

Tints of Medium Aquamarine #65D1AD

Color information

#65D1AD (or 0x65D1AD) is unknown color: approx Medium Aquamarine. HEX triplet: 65, D1 and AD. RGB value is (101,209,173). Sum of RGB (Red+Green+Blue) = 101+209+173=483 (63% of max value = 765). Red value is 101 (39.84% from 255 or 20.91% from 483); Green value is 209 (82.03% from 255 or 43.27% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 209 - color contains mainly: green. Hex color #65D1AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65D1AD is #9A2E52. Grayscale: #ACACAC. Windows color (decimal): -10104403 or 11391333. OLE color: 11391333.

HSL color Cylindrical-coordinate representation of color #65D1AD: hue angle of 160º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #65D1AD is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB101209173-
CMYK0.5200.170.18
HSL160º54%60.78%-
HSV(B)160º51.67%81.96%-
XYZ35.7151.3847.57-
YUV172.6128.2276.93-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.91%
GREEN value IS 209 (82.03% from 255) = 43.27%
BLUE value IS 173 (67.97% from 255) = 35.82%
R=20.91%
G=43.27%
B=35.82%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1012091730.5200.170.181605460.78
Hex65D1AD3401112a0363d
Octal14532125564021222406675
Binary110010111010001101011011101000100011001010100000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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