#65EA95

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

Shades of Medium Aquamarine #65EA95

Tints of Medium Aquamarine #65EA95

Color information

#65EA95 (or 0x65EA95) is unknown color: approx Medium Aquamarine. HEX triplet: 65, EA and 95. RGB value is (101,234,149). Sum of RGB (Red+Green+Blue) = 101+234+149=484 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.87% from 484); Green value is 234 (91.80% from 255 or 48.35% from 484); Blue value is 149 (58.59% from 255 or 30.79% from 484); Max value from RGB is 234 - color contains mainly: green. Hex color #65EA95 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65EA95 is #9A156A. Grayscale: #B8B8B8. Windows color (decimal): -10098027 or 9824869. OLE color: 9824869.

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

Color convert

RGB101234149-
CMYK0.5700.360.08
HSL141.65º76%65.69%-
HSV(B)141.65º56.84%91.76%-
XYZ40.2163.7838.63-
YUV184.54107.9468.41-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.87%
GREEN value IS 234 (91.80% from 255) = 48.35%
BLUE value IS 149 (58.59% from 255) = 30.79%
R=20.87%
G=48.35%
B=30.79%

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
Decimal1012341490.5700.360.08141.657665.69
Hex65EA953902488e4c42
Octal1453522257104410216114102
Binary11001011110101010010101111001010010010001000111010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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