#65FFA7

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

Shades of Medium Aquamarine #65FFA7

Tints of Medium Aquamarine #65FFA7

Color information

#65FFA7 (or 0x65FFA7) is unknown color: approx Medium Aquamarine. HEX triplet: 65, FF and A7. RGB value is (101,255,167). Sum of RGB (Red+Green+Blue) = 101+255+167=523 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.31% from 523); Green value is 255 (100% from 255 or 48.76% from 523); Blue value is 167 (65.62% from 255 or 31.93% from 523); Max value from RGB is 255 - color contains mainly: green. Hex color #65FFA7 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65FFA7 is #9A0058. Grayscale: #C7C7C7. Windows color (decimal): -10092633 or 11009893. OLE color: 11009893.

HSL color Cylindrical-coordinate representation of color #65FFA7: hue angle of 145.71º 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 #65FFA7 is Cyan = 0.60, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.

Color convert

RGB101255167-
CMYK0.6000.350
HSL145.71º100%69.8%-
HSV(B)145.71º60.39%100%-
XYZ48.177.0848.9-
YUV198.92109.9858.16-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.31%
GREEN value IS 255 (100% from 255) = 48.76%
BLUE value IS 167 (65.62% from 255) = 31.93%
R=19.31%
G=48.76%
B=31.93%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1012551670.6000.350145.7110069.8
Hex65FFA73C0230926446
Octal145377247740430222144106
Binary11001011111111110100111111100010001101001001011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65FFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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