#65EB96

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

Shades of Medium Aquamarine #65EB96

Tints of Medium Aquamarine #65EB96

Color information

#65EB96 (or 0x65EB96) is unknown color: approx Medium Aquamarine. HEX triplet: 65, EB and 96. RGB value is (101,235,150). Sum of RGB (Red+Green+Blue) = 101+235+150=486 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.78% from 486); Green value is 235 (92.19% from 255 or 48.35% from 486); Blue value is 150 (58.98% from 255 or 30.86% from 486); Max value from RGB is 235 - color contains mainly: green. Hex color #65EB96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65EB96 is #9A1469. Grayscale: #B9B9B9. Windows color (decimal): -10097770 or 9890661. OLE color: 9890661.

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

Color convert

RGB101235150-
CMYK0.5700.360.08
HSL141.94º77.01%65.88%-
HSV(B)141.94º57.02%92.16%-
XYZ40.5864.3939.14-
YUV185.24108.1167.91-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.78%
GREEN value IS 235 (92.19% from 255) = 48.35%
BLUE value IS 150 (58.98% from 255) = 30.86%
R=20.78%
G=48.35%
B=30.86%

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
Decimal1012351500.5700.360.08141.9477.0165.88
Hex65EB963902488e4d42
Octal1453532267104410216115102
Binary11001011110101110010110111001010010010001000111010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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