#65D7A9

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

Shades of Medium Aquamarine #65D7A9

Tints of Medium Aquamarine #65D7A9

Color information

#65D7A9 (or 0x65D7A9) is unknown color: approx Medium Aquamarine. HEX triplet: 65, D7 and A9. RGB value is (101,215,169). Sum of RGB (Red+Green+Blue) = 101+215+169=485 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.82% from 485); Green value is 215 (84.38% from 255 or 44.33% from 485); Blue value is 169 (66.41% from 255 or 34.85% from 485); Max value from RGB is 215 - color contains mainly: green. Hex color #65D7A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65D7A9 is #9A2856. Grayscale: #AFAFAF. Windows color (decimal): -10102871 or 11130725. OLE color: 11130725.

HSL color Cylindrical-coordinate representation of color #65D7A9: hue angle of 155.79º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65D7A9 is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB101215169-
CMYK0.5300.210.16
HSL155.79º58.76%61.96%-
HSV(B)155.79º53.02%84.31%-
XYZ36.8354.2346.06-
YUV175.67124.2374.74-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.82%
GREEN value IS 215 (84.38% from 255) = 44.33%
BLUE value IS 169 (66.41% from 255) = 34.85%
R=20.82%
G=44.33%
B=34.85%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1012151690.5300.210.16155.7958.7661.96
Hex65D7A935015109c3b3e
Octal14532725165025202347376
Binary110010111010111101010011101010101011000010011100111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D7A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,215,169); }

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

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

 a { background-color: rgb(101,215,169); }

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

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

 span { border-color: rgb(101,215,169); }

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