#65F5A6

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

Shades of Medium Aquamarine #65F5A6

Tints of Medium Aquamarine #65F5A6

Color information

#65F5A6 (or 0x65F5A6) is unknown color: approx Medium Aquamarine. HEX triplet: 65, F5 and A6. RGB value is (101,245,166). Sum of RGB (Red+Green+Blue) = 101+245+166=512 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.73% from 512); Green value is 245 (96.09% from 255 or 47.85% from 512); Blue value is 166 (65.23% from 255 or 32.42% from 512); Max value from RGB is 245 - color contains mainly: green. Hex color #65F5A6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65F5A6 is #9A0A59. Grayscale: #C1C1C1. Windows color (decimal): -10095194 or 10941797. OLE color: 10941797.

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

Color convert

RGB101245166-
CMYK0.5900.320.04
HSL147.08º87.8%67.84%-
HSV(B)147.08º58.78%96.08%-
XYZ44.970.8247.38-
YUV192.94112.7962.42-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.73%
GREEN value IS 245 (96.09% from 255) = 47.85%
BLUE value IS 166 (65.23% from 255) = 32.42%
R=19.73%
G=47.85%
B=32.42%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1012451660.5900.320.04147.0887.867.84
Hex65F5A63B0204935844
Octal145365246730404223130104
Binary1100101111101011010011011101101000001001001001110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65F5A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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