#65EFAB

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

Shades of Medium Aquamarine #65EFAB

Tints of Medium Aquamarine #65EFAB

Color information

#65EFAB (or 0x65EFAB) is unknown color: approx Medium Aquamarine. HEX triplet: 65, EF and AB. RGB value is (101,239,171). Sum of RGB (Red+Green+Blue) = 101+239+171=511 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.77% from 511); Green value is 239 (93.75% from 255 or 46.77% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 239 - color contains mainly: green. Hex color #65EFAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65EFAB is #9A1054. Grayscale: #BEBEBE. Windows color (decimal): -10096725 or 11267941. OLE color: 11267941.

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

Color convert

RGB101239171-
CMYK0.5800.280.06
HSL150.43º81.18%66.67%-
HSV(B)150.43º57.74%93.73%-
XYZ43.5867.4449.25-
YUV189.99117.2864.53-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.77%
GREEN value IS 239 (93.75% from 255) = 46.77%
BLUE value IS 171 (67.19% from 255) = 33.46%
R=19.77%
G=46.77%
B=33.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1012391710.5800.280.06150.4381.1866.67
Hex65EFAB3A01C6965143
Octal145357253720346226121103
Binary110010111101111101010111110100111001101001011010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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