#65EA96

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

Shades of Medium Aquamarine #65EA96

Tints of Medium Aquamarine #65EA96

Color information

#65EA96 (or 0x65EA96) is unknown color: approx Medium Aquamarine. HEX triplet: 65, EA and 96. RGB value is (101,234,150). Sum of RGB (Red+Green+Blue) = 101+234+150=485 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.82% from 485); Green value is 234 (91.80% from 255 or 48.25% from 485); Blue value is 150 (58.98% from 255 or 30.93% from 485); Max value from RGB is 234 - color contains mainly: green. Hex color #65EA96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65EA96 is #9A1569. Grayscale: #B8B8B8. Windows color (decimal): -10098026 or 9890405. OLE color: 9890405.

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

Color convert

RGB101234150-
CMYK0.5700.360.08
HSL142.11º76%65.69%-
HSV(B)142.11º56.84%91.76%-
XYZ40.2963.8139.05-
YUV184.66108.4468.33-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.82%
GREEN value IS 234 (91.80% from 255) = 48.25%
BLUE value IS 150 (58.98% from 255) = 30.93%
R=20.82%
G=48.25%
B=30.93%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1012341500.5700.360.08142.117665.69
Hex65EA963902488e4c42
Octal1453522267104410216114102
Binary11001011110101010010110111001010010010001000111010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,234,150); }

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

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

 a { background-color: rgb(101,234,150); }

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

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

 span { border-color: rgb(101,234,150); }

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