#65EBAD

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

Shades of Medium Aquamarine #65EBAD

Tints of Medium Aquamarine #65EBAD

Color information

#65EBAD (or 0x65EBAD) is unknown color: approx Medium Aquamarine. HEX triplet: 65, EB and AD. RGB value is (101,235,173). Sum of RGB (Red+Green+Blue) = 101+235+173=509 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.84% from 509); Green value is 235 (92.19% from 255 or 46.17% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 235 - color contains mainly: green. Hex color #65EBAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65EBAD is #9A1452. Grayscale: #BBBBBB. Windows color (decimal): -10097747 or 11397989. OLE color: 11397989.

HSL color Cylindrical-coordinate representation of color #65EBAD: hue angle of 152.24º 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 #65EBAD is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB101235173-
CMYK0.5700.260.08
HSL152.24º77.01%65.88%-
HSV(B)152.24º57.02%92.16%-
XYZ42.6265.249.87-
YUV187.87119.6166.04-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.84%
GREEN value IS 235 (92.19% from 255) = 46.17%
BLUE value IS 173 (67.97% from 255) = 33.99%
R=19.84%
G=46.17%
B=33.99%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1012351730.5700.260.08152.2477.0165.88
Hex65EBAD3901A8984d42
Octal1453532557103210230115102
Binary1100101111010111010110111100101101010001001100010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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