#65FFA0

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

Shades of Medium Aquamarine #65FFA0

Tints of Medium Aquamarine #65FFA0

Color information

#65FFA0 (or 0x65FFA0) is unknown color: approx Medium Aquamarine. HEX triplet: 65, FF and A0. RGB value is (101,255,160). Sum of RGB (Red+Green+Blue) = 101+255+160=516 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.57% from 516); Green value is 255 (100% from 255 or 49.42% from 516); Blue value is 160 (62.89% from 255 or 31.01% from 516); Max value from RGB is 255 - color contains mainly: green. Hex color #65FFA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65FFA0 is #9A005F. Grayscale: #C6C6C6. Windows color (decimal): -10092640 or 10551141. OLE color: 10551141.

HSL color Cylindrical-coordinate representation of color #65FFA0: hue angle of 142.99º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FFA0 is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB101255160-
CMYK0.6000.370
HSL142.99º100%69.8%-
HSV(B)142.99º60.39%100%-
XYZ47.4776.8245.58-
YUV198.12106.4858.72-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.57%
GREEN value IS 255 (100% from 255) = 49.42%
BLUE value IS 160 (62.89% from 255) = 31.01%
R=19.57%
G=49.42%
B=31.01%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1012551600.6000.370142.9910069.8
Hex65FFA03C02508f6446
Octal145377240740450217144106
Binary11001011111111110100000111100010010101000111111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65FFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,255,160); }

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

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

 a { background-color: rgb(101,255,160); }

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

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

 span { border-color: rgb(101,255,160); }

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