#65EFB4

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

Shades of Medium Aquamarine #65EFB4

Tints of Medium Aquamarine #65EFB4

Color information

#65EFB4 (or 0x65EFB4) is unknown color: approx Medium Aquamarine. HEX triplet: 65, EF and B4. RGB value is (101,239,180). Sum of RGB (Red+Green+Blue) = 101+239+180=520 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.42% from 520); Green value is 239 (93.75% from 255 or 45.96% from 520); Blue value is 180 (70.70% from 255 or 34.62% from 520); Max value from RGB is 239 - color contains mainly: green. Hex color #65EFB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EFB4 is #9A104B. Grayscale: #BFBFBF. Windows color (decimal): -10096716 or 11857765. OLE color: 11857765.

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

Color convert

RGB101239180-
CMYK0.5800.250.06
HSL154.35º81.18%66.67%-
HSV(B)154.35º57.74%93.73%-
XYZ44.4767.7953.92-
YUV191.01121.7863.8-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.42%
GREEN value IS 239 (93.75% from 255) = 45.96%
BLUE value IS 180 (70.70% from 255) = 34.62%
R=19.42%
G=45.96%
B=34.62%

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
Decimal1012391800.5800.250.06154.3581.1866.67
Hex65EFB43A01969a5143
Octal145357264720316232121103
Binary110010111101111101101001110100110011101001101010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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