#65EFA0

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

Shades of Medium Aquamarine #65EFA0

Tints of Medium Aquamarine #65EFA0

Color information

#65EFA0 (or 0x65EFA0) is unknown color: approx Medium Aquamarine. HEX triplet: 65, EF and A0. RGB value is (101,239,160). Sum of RGB (Red+Green+Blue) = 101+239+160=500 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.2% from 500); Green value is 239 (93.75% from 255 or 47.8% from 500); Blue value is 160 (62.89% from 255 or 32% from 500); Max value from RGB is 239 - color contains mainly: green. Hex color #65EFA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65EFA0 is #9A105F. Grayscale: #BCBCBC. Windows color (decimal): -10096736 or 10547045. OLE color: 10547045.

HSL color Cylindrical-coordinate representation of color #65EFA0: hue angle of 145.65º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65EFA0 is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB101239160-
CMYK0.5800.330.06
HSL145.65º81.18%66.67%-
HSV(B)145.65º57.74%93.73%-
XYZ42.5867.0443.95-
YUV188.73111.7865.42-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.2%
GREEN value IS 239 (93.75% from 255) = 47.8%
BLUE value IS 160 (62.89% from 255) = 32%
R=20.2%
G=47.8%
B=32%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1012391600.5800.330.06145.6581.1866.67
Hex65EFA03A0216925143
Octal145357240720416222121103
Binary1100101111011111010000011101001000011101001001010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,239,160); }

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

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

 a { background-color: rgb(101,239,160); }

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

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

 span { border-color: rgb(101,239,160); }

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