#65EB9D

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

Shades of Medium Aquamarine #65EB9D

Tints of Medium Aquamarine #65EB9D

Color information

#65EB9D (or 0x65EB9D) is unknown color: approx Medium Aquamarine. HEX triplet: 65, EB and 9D. RGB value is (101,235,157). Sum of RGB (Red+Green+Blue) = 101+235+157=493 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.49% from 493); Green value is 235 (92.19% from 255 or 47.67% from 493); Blue value is 157 (61.72% from 255 or 31.85% from 493); Max value from RGB is 235 - color contains mainly: green. Hex color #65EB9D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65EB9D is #9A1462. Grayscale: #BABABA. Windows color (decimal): -10097763 or 10349413. OLE color: 10349413.

HSL color Cylindrical-coordinate representation of color #65EB9D: hue angle of 145.07º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65EB9D is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB101235157-
CMYK0.5700.330.08
HSL145.07º77.01%65.88%-
HSV(B)145.07º57.02%92.16%-
XYZ41.1664.6242.2-
YUV186.04111.6167.34-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.49%
GREEN value IS 235 (92.19% from 255) = 47.67%
BLUE value IS 157 (61.72% from 255) = 31.85%
R=20.49%
G=47.67%
B=31.85%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1012351570.5700.330.08145.0777.0165.88
Hex65EB9D390218914d42
Octal1453532357104110221115102
Binary11001011110101110011101111001010000110001001000110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,235,157); }

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

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

 a { background-color: rgb(101,235,157); }

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

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

 span { border-color: rgb(101,235,157); }

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