#65EDB1

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

Shades of Medium Aquamarine #65EDB1

Tints of Medium Aquamarine #65EDB1

Color information

#65EDB1 (or 0x65EDB1) is unknown color: approx Medium Aquamarine. HEX triplet: 65, ED and B1. RGB value is (101,237,177). Sum of RGB (Red+Green+Blue) = 101+237+177=515 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.61% from 515); Green value is 237 (92.97% from 255 or 46.02% from 515); Blue value is 177 (69.53% from 255 or 34.37% from 515); Max value from RGB is 237 - color contains mainly: green. Hex color #65EDB1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65EDB1 is #9A124E. Grayscale: #BDBDBD. Windows color (decimal): -10097231 or 11660645. OLE color: 11660645.

HSL color Cylindrical-coordinate representation of color #65EDB1: hue angle of 153.53º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65EDB1 is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB101237177-
CMYK0.5700.250.07
HSL153.53º79.07%66.27%-
HSV(B)153.53º57.38%92.94%-
XYZ43.5966.5152.14-
YUV189.5120.9464.88-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.61%
GREEN value IS 237 (92.97% from 255) = 46.02%
BLUE value IS 177 (69.53% from 255) = 34.37%
R=19.61%
G=46.02%
B=34.37%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1012371770.5700.250.07153.5379.0766.27
Hex65EDB13901979a4f42
Octal145355261710317232117102
Binary110010111101101101100011110010110011111001101010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,237,177); }

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

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

 a { background-color: rgb(101,237,177); }

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

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

 span { border-color: rgb(101,237,177); }

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