#65F6A5

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

Shades of Medium Aquamarine #65F6A5

Tints of Medium Aquamarine #65F6A5

Color information

#65F6A5 (or 0x65F6A5) is unknown color: approx Medium Aquamarine. HEX triplet: 65, F6 and A5. RGB value is (101,246,165). Sum of RGB (Red+Green+Blue) = 101+246+165=512 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.73% from 512); Green value is 246 (96.48% from 255 or 48.05% from 512); Blue value is 165 (64.84% from 255 or 32.23% from 512); Max value from RGB is 246 - color contains mainly: green. Hex color #65F6A5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65F6A5 is #9A095A. Grayscale: #C1C1C1. Windows color (decimal): -10094939 or 10876517. OLE color: 10876517.

HSL color Cylindrical-coordinate representation of color #65F6A5: hue angle of 146.48º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65F6A5 is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.04.

Color convert

RGB101246165-
CMYK0.5900.330.04
HSL146.48º88.96%68.04%-
HSV(B)146.48º58.94%96.47%-
XYZ45.1171.3947-
YUV193.41111.9662.09-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.73%
GREEN value IS 246 (96.48% from 255) = 48.05%
BLUE value IS 165 (64.84% from 255) = 32.23%
R=19.73%
G=48.05%
B=32.23%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1012461650.5900.330.04146.4888.9668.04
Hex65F6A53B0214925944
Octal145366245730414222131104
Binary1100101111101101010010111101101000011001001001010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65F6A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,246,165); }

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

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

 a { background-color: rgb(101,246,165); }

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

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

 span { border-color: rgb(101,246,165); }

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