#65EFB3

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

Shades of Medium Aquamarine #65EFB3

Tints of Medium Aquamarine #65EFB3

Color information

#65EFB3 (or 0x65EFB3) is unknown color: approx Medium Aquamarine. HEX triplet: 65, EF and B3. RGB value is (101,239,179). Sum of RGB (Red+Green+Blue) = 101+239+179=519 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.46% from 519); Green value is 239 (93.75% from 255 or 46.05% from 519); Blue value is 179 (70.31% from 255 or 34.49% from 519); Max value from RGB is 239 - color contains mainly: green. Hex color #65EFB3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EFB3 is #9A104C. Grayscale: #BFBFBF. Windows color (decimal): -10096717 or 11792229. OLE color: 11792229.

HSL color Cylindrical-coordinate representation of color #65EFB3: hue angle of 153.91º 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 #65EFB3 is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB101239179-
CMYK0.5800.250.06
HSL153.91º81.18%66.67%-
HSV(B)153.91º57.74%93.73%-
XYZ44.3767.7553.39-
YUV190.9121.2863.88-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.46%
GREEN value IS 239 (93.75% from 255) = 46.05%
BLUE value IS 179 (70.31% from 255) = 34.49%
R=19.46%
G=46.05%
B=34.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1012391790.5800.250.06153.9181.1866.67
Hex65EFB33A01969a5143
Octal145357263720316232121103
Binary110010111101111101100111110100110011101001101010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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