#65E895

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

Shades of Medium Aquamarine #65E895

Tints of Medium Aquamarine #65E895

Color information

#65E895 (or 0x65E895) is unknown color: approx Medium Aquamarine. HEX triplet: 65, E8 and 95. RGB value is (101,232,149). Sum of RGB (Red+Green+Blue) = 101+232+149=482 (63% of max value = 765). Red value is 101 (39.84% from 255 or 20.95% from 482); Green value is 232 (91.02% from 255 or 48.13% from 482); Blue value is 149 (58.59% from 255 or 30.91% from 482); Max value from RGB is 232 - color contains mainly: green. Hex color #65E895 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65E895 is #9A176A. Grayscale: #B7B7B7. Windows color (decimal): -10098539 or 9824357. OLE color: 9824357.

HSL color Cylindrical-coordinate representation of color #65E895: hue angle of 141.98º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65E895 is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB101232149-
CMYK0.5600.360.09
HSL141.98º74.01%65.29%-
HSV(B)141.98º56.47%90.98%-
XYZ39.6562.6538.44-
YUV183.37108.669.25-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.95%
GREEN value IS 232 (91.02% from 255) = 48.13%
BLUE value IS 149 (58.59% from 255) = 30.91%
R=20.95%
G=48.13%
B=30.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1012321490.5600.360.09141.9874.0165.29
Hex65E8953802498e4a41
Octal1453502257004411216112101
Binary11001011110100010010101111000010010010011000111010010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65E895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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