#65F5A3

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

Shades of Medium Aquamarine #65F5A3

Tints of Medium Aquamarine #65F5A3

Color information

#65F5A3 (or 0x65F5A3) is unknown color: approx Medium Aquamarine. HEX triplet: 65, F5 and A3. RGB value is (101,245,163). Sum of RGB (Red+Green+Blue) = 101+245+163=509 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.84% from 509); Green value is 245 (96.09% from 255 or 48.13% from 509); Blue value is 163 (64.06% from 255 or 32.02% from 509); Max value from RGB is 245 - color contains mainly: green. Hex color #65F5A3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65F5A3 is #9A0A5C. Grayscale: #C0C0C0. Windows color (decimal): -10095197 or 10745189. OLE color: 10745189.

HSL color Cylindrical-coordinate representation of color #65F5A3: hue angle of 145.83º degrees, saturation: 0.88, 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 #65F5A3 is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.04.

Color convert

RGB101245163-
CMYK0.5900.330.04
HSL145.83º87.8%67.84%-
HSV(B)145.83º58.78%96.08%-
XYZ44.6370.7245.95-
YUV192.6111.2962.67-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.84%
GREEN value IS 245 (96.09% from 255) = 48.13%
BLUE value IS 163 (64.06% from 255) = 32.02%
R=19.84%
G=48.13%
B=32.02%

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
Decimal1012451630.5900.330.04145.8387.867.84
Hex65F5A33B0214925844
Octal145365243730414222130104
Binary1100101111101011010001111101101000011001001001010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65F5A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,245,163); }

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

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

 a { background-color: rgb(101,245,163); }

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

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

 span { border-color: rgb(101,245,163); }

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