#65D5A9

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

Shades of Medium Aquamarine #65D5A9

Tints of Medium Aquamarine #65D5A9

Color information

#65D5A9 (or 0x65D5A9) is unknown color: approx Medium Aquamarine. HEX triplet: 65, D5 and A9. RGB value is (101,213,169). Sum of RGB (Red+Green+Blue) = 101+213+169=483 (63% of max value = 765). Red value is 101 (39.84% from 255 or 20.91% from 483); Green value is 213 (83.59% from 255 or 44.10% from 483); Blue value is 169 (66.41% from 255 or 34.99% from 483); Max value from RGB is 213 - color contains mainly: green. Hex color #65D5A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65D5A9 is #9A2A56. Grayscale: #AEAEAE. Windows color (decimal): -10103383 or 11130213. OLE color: 11130213.

HSL color Cylindrical-coordinate representation of color #65D5A9: hue angle of 156.43º degrees, saturation: 0.57, 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 #65D5A9 is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB101213169-
CMYK0.5300.210.16
HSL156.43º57.14%61.57%-
HSV(B)156.43º52.58%83.53%-
XYZ36.3253.2245.89-
YUV174.5124.8975.58-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.91%
GREEN value IS 213 (83.59% from 255) = 44.10%
BLUE value IS 169 (66.41% from 255) = 34.99%
R=20.91%
G=44.10%
B=34.99%

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
Decimal1012131690.5300.210.16156.4357.1461.57
Hex65D5A935015109c393e
Octal14532525165025202347176
Binary110010111010101101010011101010101011000010011100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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