#65EF95

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

Shades of Medium Aquamarine #65EF95

Tints of Medium Aquamarine #65EF95

Color information

#65EF95 (or 0x65EF95) is unknown color: approx Medium Aquamarine. HEX triplet: 65, EF and 95. RGB value is (101,239,149). Sum of RGB (Red+Green+Blue) = 101+239+149=489 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.65% from 489); Green value is 239 (93.75% from 255 or 48.88% from 489); Blue value is 149 (58.59% from 255 or 30.47% from 489); Max value from RGB is 239 - color contains mainly: green. Hex color #65EF95 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65EF95 is #9A106A. Grayscale: #BBBBBB. Windows color (decimal): -10096747 or 9826149. OLE color: 9826149.

HSL color Cylindrical-coordinate representation of color #65EF95: hue angle of 140.87º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65EF95 is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB101239149-
CMYK0.5800.380.06
HSL140.87º81.18%66.67%-
HSV(B)140.87º57.74%93.73%-
XYZ41.6666.6739.11-
YUV187.48106.2866.32-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.65%
GREEN value IS 239 (93.75% from 255) = 48.88%
BLUE value IS 149 (58.59% from 255) = 30.47%
R=20.65%
G=48.88%
B=30.47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1012391490.5800.380.06140.8781.1866.67
Hex65EF953A02668d5143
Octal145357225720466215121103
Binary1100101111011111001010111101001001101101000110110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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