#65EE96

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

Shades of Medium Aquamarine #65EE96

Tints of Medium Aquamarine #65EE96

Color information

#65EE96 (or 0x65EE96) is unknown color: approx Medium Aquamarine. HEX triplet: 65, EE and 96. RGB value is (101,238,150). Sum of RGB (Red+Green+Blue) = 101+238+150=489 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.65% from 489); Green value is 238 (93.36% from 255 or 48.67% from 489); Blue value is 150 (58.98% from 255 or 30.67% from 489); Max value from RGB is 238 - color contains mainly: green. Hex color #65EE96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65EE96 is #9A1169. Grayscale: #BBBBBB. Windows color (decimal): -10097002 or 9891429. OLE color: 9891429.

HSL color Cylindrical-coordinate representation of color #65EE96: hue angle of 141.46º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65EE96 is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB101238150-
CMYK0.5800.370.07
HSL141.46º80.12%66.47%-
HSV(B)141.46º57.56%93.33%-
XYZ41.4566.1239.43-
YUV187107.1166.66-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.65%
GREEN value IS 238 (93.36% from 255) = 48.67%
BLUE value IS 150 (58.98% from 255) = 30.67%
R=20.65%
G=48.67%
B=30.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1012381500.5800.370.07141.4680.1266.47
Hex65EE963A02578d5042
Octal145356226720457215120102
Binary1100101111011101001011011101001001011111000110110100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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